You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library is C++11 and we do not want to change this.
Using macros is acceptable.
lemire
changed the title
Build failure on Clang with -Wdeprecated-redundant-constexpr-static-def
Build warning on Clang with -Wdeprecated-redundant-constexpr-static-def
Aug 22, 2024
out-of-line definition of constexpr static data member is redundant in C++17 and is deprecated
Enabling
-Wdeprecated-redundant-constexpr-static-def
with warnings as errors causes fast_float to not build on Clang.Fixing this should make the code cleaner as well.
The text was updated successfully, but these errors were encountered: