mirror of
https://github.com/nlohmann/json.git
synced 2025-01-22 01:53:33 +08:00
Update json.hpp
This commit is contained in:
parent
ab44a50d98
commit
54c67dcfec
@ -14492,7 +14492,8 @@ struct hash<nlohmann::json>
|
||||
|
||||
/// specialization for std::less<value_t>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user