Skip to content

Commit

Permalink
Digraph warning
Browse files Browse the repository at this point in the history
The original version can trigger a digraph-related warning in VS2015. Is this namespace construct a typo or something deliberate?
  • Loading branch information
traits authored Aug 7, 2017
1 parent b32a6b8 commit ab44a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14492,7 +14492,7 @@ struct hash<nlohmann::json>

/// specialization for std::less<value_t>
template<>
struct less<::nlohmann::detail::value_t>
struct less<nlohmann::detail::value_t>
{
/*!
@brief compare two value_t enum values
Expand Down

0 comments on commit ab44a50

Please sign in to comment.