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:
parent
b32a6b8c75
commit
ab44a50d98
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue