remove inline keyword from anonymous namespace (not needed)
This commit is contained in:
parent
7f359017d2
commit
40ba5a8b7b
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue