blog/2023-06-25-c++-standard-library-abi-compatibility #3
Replies: 1 comment
-
Does this advice also apply to libc++? I can imagine that there may be symbols with the same name that are not ABI-compatible. On the other hand, since libstdc++ uses symbol versioning, its new symbols cannot be interposed by the old ones (phlipsy). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
blog/2023-06-25-c++-standard-library-abi-compatibility
Updated in 2023-11. For a user who only uses one C++ standard library, such as libc++, there are typically three compatibility goals, each with increasing compatibility requirements: Can the program,
https://maskray.me/blog/2023-06-25-c++-standard-library-abi-compatibility
Beta Was this translation helpful? Give feedback.
All reactions