-
Notifications
You must be signed in to change notification settings - Fork 993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[question] Is compiler.libcxx not part of package identification? #15166
Comments
Hi @h-2 compiler.libcxx should be definitely part of C++ packages (it is removed in C packages). |
This was a local problem; sorry for the noise! |
No prob 🙂 ! |
Just to add to this: I have now switched from cppstd=20 to cppstd=23 and none of the packages are rebuilt. Instead I get
So C++20 and C++23 are considered ABI stable? Is this true for all packages or does it depend on the specific one? What if a library conditionally defines a function based on C++ standard? |
Yes, by default Conan assumes in the |
Cool, thanks for the explanation! |
What is your question?
When switching from
compiler.libcxx=libstdc++11
tocompiler.libcxx=libc++
, the binary packages in the cache of the CONAN_HOME are not rebuilt. This results in linking problems, because of ABI mismatch.Is libcxx not used when determining the hash of package?
Have you read the CONTRIBUTING guide?
The text was updated successfully, but these errors were encountered: