| 25269 | */ |
| 25270 | JSON_HEDLEY_NON_NULL(1) |
| 25271 | inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n) |
| 25272 | { |
| 25273 | return nlohmann::json::json_pointer(std::string(s, n)); |
| 25274 | } |
| 25275 | |
| 25276 | // #include <nlohmann/detail/macro_unscope.hpp> |
| 25277 |
nothing calls this directly
no test coverage detected