BOOST_CONTEXT fails on Boost > 1.56 as the API has changed. This PR updates the test code so that it works with the new API while retaining compatibility with the old.
I've copied the "dependency" code from BOOST_CHRONO to support the dependency on threads which appeared in 1.57. Is there a better way of coding up dependencies?
BOOST_CONTEXT fails on Boost > 1.56 as the API has changed. This PR updates the test code so that it works with the new API while retaining compatibility with the old.
I've copied the "dependency" code from BOOST_CHRONO to support the dependency on threads which appeared in 1.57. Is there a better way of coding up dependencies?