Day: GNOME OS
Posted Aug 8, 2012 20:16 UTC (Wed) by
nix (subscriber, #2304)
In reply to:
Day: GNOME OS by juliank
Parent article:
Day: GNOME OS
* Fragile ABI. libstdc++ ABI is partially different when using -std=c++11, so combining C++11 code bases with older code bases is fragile.
Jonathan Wakely
pointed out recently that this is not true as of G++ 4.8: this has been backported to GCC 4.7.2+ as well (making 4.7.1's C++11 ABI incompatible with 4.7.2's, but anyone expecting a stable C++11 in GCC 4.7, the first version to have C++11 support at all, is living in a fantasy world in my opinion).
(
Log in to post comments)