Em 11/01/2014 10:03, Florian Seydoux escreveu:
Hi all,
a short question: do wee all agree to ~restrict the codebase to ansi C++
(ie. -std=c++98) without 03/11 extension?
(despite it's not enforced on gcc compilation)
There are no 2003 extensions.
ISO C++ 2003 is the same as ISO C++ 1998 with the incorporation of
various errata.
Perhaps you are worried about Visual C++ 6.
It doesn't and could never fully support ISO C++ 1998 or ISO C++ 2003,
because it was released before those standards were completed.
Is this the case?
P.