From f3cb8c589456cdbb73ea269befaf4cab871f8e1b Mon Sep 17 00:00:00 2001 From: Daniel Parker Date: Fri, 3 Nov 2023 17:43:30 -0400 Subject: [PATCH] make_expression --- include/jsoncons_ext/jsonpath/expression.hpp | 4 ++-- include/jsoncons_ext/jsonpath/jsonpath_expression.hpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/jsoncons_ext/jsonpath/expression.hpp b/include/jsoncons_ext/jsonpath/expression.hpp index 4c06d6d278..1298052ae0 100644 --- a/include/jsoncons_ext/jsonpath/expression.hpp +++ b/include/jsoncons_ext/jsonpath/expression.hpp @@ -2070,7 +2070,7 @@ namespace detail { using reference = JsonReference; using value_pointer = typename std::conditional::type>::value,typename Json::const_pointer,typename Json::pointer>::type; using path_node_type = path_node; - using json_location_type = json_location; + using json_location_type = json_location; using path_pointer = const path_node_type*; json_location_type path_; @@ -2131,7 +2131,7 @@ namespace detail { using reference = JsonReference; using value_pointer = typename std::conditional::type>::value,typename Json::const_pointer,typename Json::pointer>::type; using path_node_type = path_node; - using json_location_type = json_location; + using json_location_type = json_location; using path_pointer = const path_node_type*; private: const path_node_type* last_ptr_; diff --git a/include/jsoncons_ext/jsonpath/jsonpath_expression.hpp b/include/jsoncons_ext/jsonpath/jsonpath_expression.hpp index a8da2258ee..f9c8cbba8d 100644 --- a/include/jsoncons_ext/jsonpath/jsonpath_expression.hpp +++ b/include/jsoncons_ext/jsonpath/jsonpath_expression.hpp @@ -2497,7 +2497,7 @@ namespace detail { using allocator_type = typename value_type::allocator_type; using evaluator_type = typename jsoncons::jsonpath::detail::jsonpath_evaluator; using path_node_type = path_node; - using json_location_type = json_location; + using json_location_type = json_location; using path_expression_type = jsoncons::jsonpath::detail::path_expression; using path_pointer = const path_node_type*; }; @@ -2516,7 +2516,7 @@ namespace detail { using allocator_type = typename value_type::allocator_type; using evaluator_type = typename jsoncons::jsonpath::detail::jsonpath_evaluator; using path_node_type = path_node; - using json_location_type = json_location; + using json_location_type = json_location; using path_expression_type = jsoncons::jsonpath::detail::path_expression; using path_pointer = const path_node_type*; };