diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index f044d3a29..ea6e0b1e7 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -2001,12 +2001,6 @@ void to_json(BasicJsonType& j, const T (&arr)[N]) external_constructor::construct(j, arr); } -template -void to_json(BasicJsonType& j, const std::pair& p) -{ - j = {p.first, p.second}; -} - // for https://github.com/nlohmann/json/pull/1134 template::iteration_proxy_internal>::value, int> = 0>