mirror of
https://github.com/nlohmann/json
synced 2024-12-29 11:51:09 +00:00
remove inline keyword from anonymous namespace (not needed)
This commit is contained in:
parent
7f359017d2
commit
40ba5a8b7b
@ -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& from_json = detail::static_const<detail::from_json_fn>::value;
|
||||
|
@ -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& from_json = detail::static_const<detail::from_json_fn>::value;
|
||||
|
Loading…
Reference in New Issue
Block a user