tsuna / boost.m4

M4 macros to use Boost with the autotools
http://wiki.github.com/tsuna/boost.m4/
GNU General Public License v3.0
87 stars 52 forks source link

boost context API changed with 1.56; depends on threads with 1.57 #77

Closed djerius closed 8 years ago

djerius commented 8 years ago

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?

djerius commented 8 years ago

Please see #78 for a revised PR