2017-04-08 13:44 GMT+02:00 Daniel James via Boost
On 8 April 2017 at 10:47, Oliver Kowalke via Boost
wrote: I'd like to update
- boost.context: updating documentation regarding to property context-switch, apply property context-switch to Jamfiles in
sub-directory
example
I don't know enough about boost build for this one, but the change to 'include/boost/context/execution_context.hpp' seems unnecessary. It doesn't look like it will fix anything.
one part of the commit does code clean-up: if (defined(BOOST_EXECUTION_CONTEXT) && (BOOST_EXECUTION_CONTEXT == 1)) to if (BOOST_EXECUTION_CONTEXT == 1)
- boost.coroutine2: remove segmented stack example
That look okay to me, but wait for some test results to come in first.
example egmented stack was already commented out in Jamfile, e.g. never compiler removing the source and the entry from the Jamfile shouldn't influence the tests