Commit 40ba5a8b authored by Théo DELRIEU's avatar Théo DELRIEU

remove inline keyword from anonymous namespace (not needed)

parent 7f359017
...@@ -870,7 +870,7 @@ struct DecimalSeparator : std::numpunct<char> ...@@ -870,7 +870,7 @@ struct DecimalSeparator : std::numpunct<char>
}; };
} }
inline namespace namespace
{ {
constexpr const auto& to_json = detail::static_const<detail::to_json_fn>::value; constexpr const auto& to_json = detail::static_const<detail::to_json_fn>::value;
constexpr const auto& from_json = detail::static_const<detail::from_json_fn>::value; constexpr const auto& from_json = detail::static_const<detail::from_json_fn>::value;
......
...@@ -870,7 +870,7 @@ struct DecimalSeparator : std::numpunct<char> ...@@ -870,7 +870,7 @@ struct DecimalSeparator : std::numpunct<char>
}; };
} }
inline namespace namespace
{ {
constexpr const auto& to_json = detail::static_const<detail::to_json_fn>::value; constexpr const auto& to_json = detail::static_const<detail::to_json_fn>::value;
constexpr const auto& from_json = detail::static_const<detail::from_json_fn>::value; constexpr const auto& from_json = detail::static_const<detail::from_json_fn>::value;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment