diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index 199a3bcbe..fd97a7b53 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -20331,7 +20331,6 @@ template , return Container::end(); } - /* template::value, int> = 0> const_iterator find(KeyType && key) const @@ -20345,7 +20344,6 @@ template , } return Container::end(); } - */ std::pair insert( value_type&& value ) {