commit
a46afd4008
1 changed files with 2 additions and 1 deletions
|
@ -14492,7 +14492,8 @@ struct hash<nlohmann::json>
|
||||||
|
|
||||||
/// specialization for std::less<value_t>
|
/// specialization for std::less<value_t>
|
||||||
template<>
|
template<>
|
||||||
struct less<::nlohmann::detail::value_t>
|
struct less< ::nlohmann::detail::value_t> // do not remove the space after '<',
|
||||||
|
// see https://github.com/nlohmann/json/pull/679
|
||||||
{
|
{
|
||||||
/*!
|
/*!
|
||||||
@brief compare two value_t enum values
|
@brief compare two value_t enum values
|
||||||
|
|
Loading…
Reference in a new issue