Skip to content

Commit

Permalink
Update json.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
traits committed Aug 10, 2017
1 parent ab44a50 commit 54c67dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54c67dc

Please sign in to comment.