C++98/C++11 ABI compatibility for gcc-4.7

Jonathan Wakely jwakely.gcc@gmail.com
Fri Jun 15 21:56:00 GMT 2012


On 15 June 2012 22:23, Gabriel Paubert wrote:
>
> Does this basically mean that compiling C++ code with GCC4.7 will be playing Russian roulette?

No.

If you don't use -std=c++11 then there's absolutely no problem
whatsoever.  If you do use it, use it consistently.



More information about the Gcc mailing list