Commit 54c67dcf by traits Committed by GitHub

Update json.hpp

parent ab44a50d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment