Y
Hacker News
new
|
ask
|
show
|
jobs
by
ryao
562 days ago
They had ABI breakage when C++11 support was implemented in GCC 5 and that was extremely painful. Honestly, I still wish that they had avoided it.
1 comments
glandium
562 days ago
You can still use the old ABI with -D_GLIBCXX_USE_CXX11_ABI=0
link