Skip to content

Commit 2a10360

Browse files
committed
tidy code
1 parent 10f8214 commit 2a10360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/jsoncons_ext/jsonpath/expression.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2637,6 +2637,8 @@ namespace detail {
26372637
using path_value_pair_type = path_value_pair<Json,JsonReference>;
26382638
using path_node_type = basic_path_node<typename Json::char_type>;
26392639

2640+
expression_base() = default;
2641+
26402642
expression_base(const expression_base&) = default;
26412643
expression_base(expression_base&&) = default;
26422644

0 commit comments

Comments
 (0)