File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -936,7 +936,8 @@ inline bool operator==(const json_pointer<RefStringTypeLhs>& lhs,
936
936
937
937
template <typename RefStringTypeLhs,
938
938
typename StringType = typename json_pointer<RefStringTypeLhs>::string_t >
939
- JSON_HEDLEY_DEPRECATED_FOR (3.11.2 , operator ==(json_pointer, json_pointer))
939
+ // generic function, should not be deprecated until the dependent ones are rewritten
940
+ // JSON_HEDLEY_DEPRECATED_FOR(3.11.2, operator==(json_pointer, json_pointer))
940
941
inline bool operator ==(const json_pointer<RefStringTypeLhs>& lhs,
941
942
const StringType& rhs)
942
943
{
@@ -945,7 +946,8 @@ inline bool operator==(const json_pointer<RefStringTypeLhs>& lhs,
945
946
946
947
template <typename RefStringTypeRhs,
947
948
typename StringType = typename json_pointer<RefStringTypeRhs>::string_t >
948
- JSON_HEDLEY_DEPRECATED_FOR (3.11.2 , operator ==(json_pointer, json_pointer))
949
+ // generic function, should not be deprecated until the dependent ones are rewritten
950
+ // JSON_HEDLEY_DEPRECATED_FOR(3.11.2, operator==(json_pointer, json_pointer))
949
951
inline bool operator ==(const StringType& lhs,
950
952
const json_pointer<RefStringTypeRhs>& rhs)
951
953
{
Original file line number Diff line number Diff line change @@ -15425,7 +15425,8 @@ inline bool operator==(const json_pointer<RefStringTypeLhs>& lhs,
15425
15425
15426
15426
template<typename RefStringTypeLhs,
15427
15427
typename StringType = typename json_pointer<RefStringTypeLhs>::string_t>
15428
- JSON_HEDLEY_DEPRECATED_FOR(3.11.2, operator==(json_pointer, json_pointer))
15428
+ // generic function, should not be deprecated until the dependent ones are rewritten
15429
+ // JSON_HEDLEY_DEPRECATED_FOR(3.11.2, operator==(json_pointer, json_pointer))
15429
15430
inline bool operator==(const json_pointer<RefStringTypeLhs>& lhs,
15430
15431
const StringType& rhs)
15431
15432
{
@@ -15434,7 +15435,8 @@ inline bool operator==(const json_pointer<RefStringTypeLhs>& lhs,
15434
15435
15435
15436
template<typename RefStringTypeRhs,
15436
15437
typename StringType = typename json_pointer<RefStringTypeRhs>::string_t>
15437
- JSON_HEDLEY_DEPRECATED_FOR(3.11.2, operator==(json_pointer, json_pointer))
15438
+ // generic function, should not be deprecated until the dependent ones are rewritten
15439
+ // JSON_HEDLEY_DEPRECATED_FOR(3.11.2, operator==(json_pointer, json_pointer))
15438
15440
inline bool operator==(const StringType& lhs,
15439
15441
const json_pointer<RefStringTypeRhs>& rhs)
15440
15442
{
You can’t perform that action at this time.
0 commit comments