Mercurial > hg > orthanc-gcp
view Resources/Patches/nlohmann-json-3.4.0.patch @ 49:c71a008fc1e3
sync
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 22 Nov 2023 07:59:30 +0100 |
parents | 520cba9a0d42 |
children |
line wrap: on
line source
--- nlohmann-json-3.4.0.hpp 2019-06-04 09:41:33.054001586 +0200 +++ nlohmann-json-3.4.0.hpp-patched 2019-06-04 09:50:08.401281085 +0200 @@ -20223,10 +20223,6 @@ @since version 1.0.0 */ -inline nlohmann::json operator "" _json(const char* s, std::size_t n) -{ - return nlohmann::json::parse(s, s + n); -} /*! @brief user-defined string literal for JSON pointer @@ -20241,10 +20237,6 @@ @since version 2.0.0 */ -inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n) -{ - return nlohmann::json::json_pointer(std::string(s, n)); -} // #include <nlohmann/detail/macro_unscope.hpp>