6 Aug
2017
6 Aug
'17
11:21 p.m.
On 07/08/2017, Raffi Enficiaud via Boost
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