mirror of
https://github.com/nlohmann/json.git
synced 2025-07-12 09:21:42 +03:00
remove inline keyword from anonymous namespace (not needed)
This commit is contained in:
@ -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>
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
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;
|
||||||
|
Reference in New Issue
Block a user