diff --git a/src/json.hpp b/src/json.hpp index 2524a694..8e2cfed0 100644 --- a/src/json.hpp +++ b/src/json.hpp @@ -870,7 +870,7 @@ struct DecimalSeparator : std::numpunct }; } -inline namespace +namespace { constexpr const auto& to_json = detail::static_const::value; constexpr const auto& from_json = detail::static_const::value; diff --git a/src/json.hpp.re2c b/src/json.hpp.re2c index 94b72eb2..4fcdb23f 100644 --- a/src/json.hpp.re2c +++ b/src/json.hpp.re2c @@ -870,7 +870,7 @@ struct DecimalSeparator : std::numpunct }; } -inline namespace +namespace { constexpr const auto& to_json = detail::static_const::value; constexpr const auto& from_json = detail::static_const::value;