-
-
Notifications
You must be signed in to change notification settings - Fork 378
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
Deprecation warning in GCC 14.2.0: std::atomic_load and std::atomic_store #1310
Comments
I don't get those warnings with GCC 14.2.1. It looks like you build the library with C++20 while it uses C++17 (C++17 should be the default mode for GCC 14). |
Yes true, happens with |
I see you explicitly state "in C++17" so strictly speaking this issue is not present in your targeted C++ standard. Still may I reformulate it as "Do you plan to update to C++20? If so, maybe this warning needs to be addressed". |
I'll update to C++20 at some point, however I want to keep retro-compatibility for a while. Until recently, people had to maintain a C++14 fork because some toolchains are stuck with old versions. |
Sounds good but maybe it could be achieved to keep focus on C++17 support and use some |
I get lots of deprecation warnings in GCC 14.2.0
Can the code be updated somehow?
The text was updated successfully, but these errors were encountered: