From b5c4440ca48e63384e05066e161b83dc37d5822f Mon Sep 17 00:00:00 2001 From: Florian Albrechtskirchinger Date: Wed, 3 Aug 2022 16:43:51 +0200 Subject: [PATCH] Rename template parameter --- include/nlohmann/json_fwd.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/nlohmann/json_fwd.hpp b/include/nlohmann/json_fwd.hpp index c7ad23660..be197359c 100644 --- a/include/nlohmann/json_fwd.hpp +++ b/include/nlohmann/json_fwd.hpp @@ -51,7 +51,7 @@ class basic_json; /// @brief JSON Pointer defines a string syntax for identifying a specific value within a JSON document /// @sa https://json.nlohmann.me/api/json_pointer/ -template +template class json_pointer; /*!