24 Nov
2014
24 Nov
'14
12:41 p.m.
Are there any other C++ 11 only Boost libraries I am missing, or have I got the ETAs wrong?
boost.context contains (at least in branch develop) class execution_context (which is C++11 only) - not sure if this is of interest for you. at least execution_context will be the building block for boost.coroutine (makes implementation much easier -> see example section from boost.context).