-
- Downloads
Task #11558: Removed '-D_GLIBCXX_USE_CXX11_ABI=0' from GNU.cmake.
Since it sets -std=c++98, it won't use the new C++11 ABI anyway. More important though, it breaks compilation with GCC-5, because several header files simply check if _GLIBCXX_USE_CXX11_ABI is defined or not.
Please register or sign in to comment