1
0
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:
Théo DELRIEU 2017-01-21 16:45:08 +01:00
parent 7f359017d2
commit 40ba5a8b7b
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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;