
13 May
2012
13 May
'12
11:54 p.m.
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