Boost logo

Boost :

Subject: Re: [boost] [config] 4 new C++11 macros added
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-05-13 19:54:35


Marshall Clow wrote:
> On May 7, 2012, at 4:35 PM, Peter Dimov wrote:
>
>> Marshall Clow wrote:
>>> I'd like to use BOOST_NO_CXX11_HDR_FUNCTIONAL in the Boost.Algorithm library.
>>> Is it ok if I add checks for std::any_of/all_of/none_of, etc to boost_no_cxx_hdr_functional.ipp ?
>>
>> any_of is in <algorithm>, not <functional>.
>
> Man, I must still be on vacation in my mind.
> Of course it is.

Some tests of Boost.Algorithm fail on clang trunk in a C++11 mode.
This is because any_of.hpp/all_of.hpp/none_of.hpp, etc. don't include
<algorithm>.

Regards,
Michel


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