You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The boost.m4 check for linking boost_thread to boost_context is incorrect, as this isn't linked where is available. The first release to change this behaviour is 1.61.0
Just thought I would clarify that the current check will still be required for versions from 157 -> 160 as BOOST::THREAD was blindly included. From 161 and above the check was fixed to implement the check for mutex std::call_once
The boost.m4 check for linking boost_thread to boost_context is incorrect, as this isn't linked where is available. The first release to change this behaviour is 1.61.0
Here's the relevant commit:
boostorg/context@01d3c90
Here's the relevant lines in the 1.71.0 release of boost_context:
https://github.com/boostorg/context/blob/boost-1.71.0/build/Jamfile.v2#L783-L789
The text was updated successfully, but these errors were encountered: