Boost logo

Boost :

Subject: Re: [boost] Boost 1.65.0 Release Candidate 1
From: Tom Westerhout (kot.tom97_at_[hidden])
Date: 2017-08-06 23:21:03


On 07/08/2017, Raffi Enficiaud via Boost <boost_at_[hidden]> wrote:
> The calls to random_shuffle are protected by #ifdef
> BOOST_NO_CXX98_RANDOM_SHUFFLE
>
> and the ones of bind1st by #ifdef BOOST_NO_CXX98_BINDERS
>
> Those preprocessor checks looked ok to me, what am I missing?
>
> Thanks for the report, Raffi

It could be me, but I've run a grep on these macros:
    for f in $(find ./boost/config -type f); do echo $f: $(grep
"NO_CXX98" $f); done
And only boost/config/stdlib/dinkumware.hpp gave some results. Could it
be the case that some parts of Config haven't been updated to support the
latest version of libc++ yet?

Tom


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