1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

Digraph warning

The original version can trigger a digraph-related warning in VS2015. Is this namespace construct a typo or something deliberate?
This commit is contained in:
traits
2017-08-07 14:23:48 +02:00
committed by GitHub
parent b32a6b8c75
commit ab44a50d98

View File

@ -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