Hacker News new | past | comments | ask | show | jobs | submit login

> Some shared library built in 2007 stands a decent chance of running today if it avoided the ABI break of ruin and disaster where string and list changed slightly.

At least with the default standard library implementation on Linux you can still select which version of these classes are used by setting the __GLIBCXX_USE_CXX11_ABI (or something similar) define. Both versions of these classes are still present in the implementation. So the old library can still be used despite that change.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: