Boost logo

Boost :

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


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

> On 8 April 2017 at 19:47, Oliver Kowalke via Boost
> <boost_at_[hidden]> wrote:
> >
> > one part of the commit does code clean-up:
> >
> > if (defined(BOOST_EXECUTION_CONTEXT) && (BOOST_EXECUTION_CONTEXT == 1))
> >
> > to
> >
> > if (BOOST_EXECUTION_CONTEXT == 1)
>
> This isn't really the time for cleaning up code.
>

but it's part of a commit that is necessary that users can select the API

>
> >>
> >> > - 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
>
> Is it that hard to wait? A day should be enough.
>

it's not a problem - only dead code (non-compiled example) is removed -> it
will not influence the results


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