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