Boost logo

Boost :

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


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

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


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