| 23593 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 23594 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(ptr, ptr + len)) |
| 23595 | static basic_json from_msgpack(const T* ptr, std::size_t len, |
| 23596 | const bool strict = true, |
| 23597 | const bool allow_exceptions = true) |
| 23598 | { |
| 23599 | return from_msgpack(ptr, ptr + len, strict, allow_exceptions); |
| 23600 | } |
| 23601 | |
| 23602 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 23603 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(ptr, ptr + len)) |
nothing calls this directly
no test coverage detected