Re: [boost] [release] 1.64.0 post-beta merges
Am 08.04.2017 1:44 nachm. schrieb "Daniel James via Boost" <
boost@lists.boost.org>:
On 8 April 2017 at 10:47, Oliver Kowalke via Boost
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. The patch applies property 'context-switch' to the example code Jamfiles - no need to specify it at the cmd line. The definition of property context-switch was adapted to the public APIs of boost.context.
2017-04-08 16:52 GMT+02:00 Oliver Kowalke
Am 08.04.2017 1:44 nachm. schrieb "Daniel James via Boost" < boost@lists.boost.org>:
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.
The definition of property context-switch was adapted to the public APIs of boost.context.
In other words, the user can specify with cotnext-switch which public API (callcc, execution-context v1/v2) of boost.context is used.
participants (1)
-
Oliver Kowalke