Le 07/07/2015 21:38, Georg Baum a écrit :
We had this error before. It probably means that your clang version provides
a std::next from the C++11 standard even if no C++11 standard is requested
on the command line. Since we do not try to detect ourselves anymore whether
C++98 or C++11 is used, we will probably see this more and more in the
future, and at some point in time we'll need to set the compiler commandline
option --std=C++98 if configure was not called with --enable-cxx11.

I have seen that too. I did not think about enforcing c++98. Shall I try that?

The alternative would be to enforce c++11 for 2.2, but I am not sure that all of our supported platforma sare ready for that. I have the feeling that we discussed that already, but I cannot find it.

JMarc

Reply via email to