
11 Nov
2011
11 Nov
'11
1:13 a.m.
Christopher Jefferson <chris <at> bubblescope.net> writes:
There are two problems with enabling C++11 unconditionally in gcc:
1) It breaks binary compatability of some stl containers
Does this mean that library and executable needs to be built with the same value of this flag?
2) Different versions of gcc support different amounts of C++11. g++ 4.5 at least.
I am fine with enabling it for gcc 4.5+ Gennadiy