2017-04-08 22:35 GMT+02:00 Daniel James via Boost
On 8 April 2017 at 21:10, Oliver Kowalke via Boost
wrote: I could re-write the commit and remove the modified line in execution_context.hpp The commit will then contain documetation that explains how to enable/disable the APIs with the special boost.build property + modified Jamfiles from the
examples.
Could I get then the OK to merge?
I honestly don't know. It looks like '<context-switch>ec' is supported in released code, and this might break builds which use that, but then again, it might not, or it might not matter. It really needs someone who understands boost build features to look at it, and that isn't me.
'<context-switch>ec' was wrong, ec must be ec1 and ec2 <context-switch>ec1 == build with execution_context (v1) <context-switch>ec2 == build with execution_context<> (v2) <context-switch>cc == build with callcc() (default API) the commit fixes a problem