Commit a46afd40 by Niels Lohmann Committed by GitHub

Merge pull request #679 from traits/patch-1

Digraph warning
parents 99ea12f3 54c67dcf
......@@ -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