From 5324029b9536f1c186ca88be72c17240f46c3357 Mon Sep 17 00:00:00 2001 From: junyoungjo Date: Tue, 18 Dec 2018 23:10:49 +0900 Subject: [PATCH] do make amalgamate && make pretty --- single_include/nlohmann/json.hpp | 6 ------ 1 file changed, 6 deletions(-) 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>