From 0e5a801fb9fe4ed8fa0869595b9e53f50c42d34c Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Mon, 13 Nov 2023 23:30:58 -0500 Subject: [PATCH] json_location --- include/jsoncons/json_location.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/jsoncons/json_location.hpp b/include/jsoncons/json_location.hpp index 04776f0e94..3604bc3c40 100644 --- a/include/jsoncons/json_location.hpp +++ b/include/jsoncons/json_location.hpp @@ -17,15 +17,11 @@ namespace jsoncons { - template - class basic_json_location; - enum class location_element_kind { root, name, index }; template class basic_location_element { - template friend class basic_json_location; public: using char_type = CharT; using allocator_type = Allocator;