From f13cf31341d4328168cc548110730afe9f527ba3 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Fri, 15 May 2026 11:36:11 +0200 Subject: [PATCH] :art: fix amalgamation Signed-off-by: Niels Lohmann --- single_include/nlohmann/json.hpp | 2 -- 1 file changed, 2 deletions(-) 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 ) {