Mercurial > hg > orthanc-gcp
view Resources/Patches/nlohmann-json-3.4.0.patch @ 52:9a0faa9d7a21
upgraded holy-build-box for compatibility with new buildbot worker
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 22 Dec 2023 09:43:04 +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>