Le 08/07/2015 20:46, Georg Baum a écrit :
Jean-Marc Lasgouttes wrote:
I have seen that too. I did not think about enforcing c++98. Shall I try
that?
I think that would be a good idea at least for newer compilers (e.g. for gcc
version 5 and newer, for clang probably always).
From what I understand, the problem is only with libc++ (the clang
Standard library) and on this one setting std=c++98 does not change
anything. I just tried that with clang 3.6 and compilation fails.
We should maybe make c++11 the default for new enough compilers.
JMarc