diff --git a/include/nlohmann/json.hpp b/include/nlohmann/json.hpp index 592d1966..f2500ace 100644 --- a/include/nlohmann/json.hpp +++ b/include/nlohmann/json.hpp @@ -6731,8 +6731,8 @@ class basic_json } template - JSON_HEDLEY_NON_NULL(2) JSON_HEDLEY_DEPRECATED_FOR(3.8.0, sax_parse(ptr, ptr + len, ...)) + JSON_HEDLEY_NON_NULL(2) static bool sax_parse(detail::span_input_adapter&& i, SAX* sax, input_format_t format = input_format_t::json, const bool strict = true) diff --git a/single_include/nlohmann/json.hpp b/single_include/nlohmann/json.hpp index a24a08b5..429da5ec 100644 --- a/single_include/nlohmann/json.hpp +++ b/single_include/nlohmann/json.hpp @@ -22494,8 +22494,8 @@ class basic_json } template - JSON_HEDLEY_NON_NULL(2) JSON_HEDLEY_DEPRECATED_FOR(3.8.0, sax_parse(ptr, ptr + len, ...)) + JSON_HEDLEY_NON_NULL(2) static bool sax_parse(detail::span_input_adapter&& i, SAX* sax, input_format_t format = input_format_t::json, const bool strict = true)