comparison Resources/Patches/nlohmann-json-3.4.0.patch @ 0:520cba9a0d42

initial commit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Jun 2019 14:57:22 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:520cba9a0d42
1 --- nlohmann-json-3.4.0.hpp 2019-06-04 09:41:33.054001586 +0200
2 +++ nlohmann-json-3.4.0.hpp-patched 2019-06-04 09:50:08.401281085 +0200
3 @@ -20223,10 +20223,6 @@
4
5 @since version 1.0.0
6 */
7 -inline nlohmann::json operator "" _json(const char* s, std::size_t n)
8 -{
9 - return nlohmann::json::parse(s, s + n);
10 -}
11
12 /*!
13 @brief user-defined string literal for JSON pointer
14 @@ -20241,10 +20237,6 @@
15
16 @since version 2.0.0
17 */
18 -inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
19 -{
20 - return nlohmann::json::json_pointer(std::string(s, n));
21 -}
22
23 // #include <nlohmann/detail/macro_unscope.hpp>
24