Boost logo

Boost :

Subject: Re: [boost] [release] 1.64.0 post-beta merges
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2017-04-08 20:45:16


2017-04-08 22:35 GMT+02:00 Daniel James via Boost <boost_at_[hidden]>:

> On 8 April 2017 at 21:10, Oliver Kowalke via Boost
> <boost_at_[hidden]> 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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk