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.