Handling Static Linking with Different Versions of Abseil in Libraries #1757
mudream4869
started this conversation in
General
Replies: 1 comment
-
I believe you are asking about the inline namespaces. They are for handling this situation, though I'm not sure how well the mechanism has been tested in practice. abseil-cpp/absl/base/options.h Lines 206 to 229 in f7c22f5 |
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
-
I noticed versioning in the symbol table of an LTS version (by
nm
). Does this mean that if two libraries are statically linked to different versions of Abseil and they don’t expose the Abseil API, our program can still statically link to both libraries without issues?Beta Was this translation helpful? Give feedback.
All reactions