| 24215 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 24216 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(ptr, ptr + len)) |
| 24217 | static basic_json from_msgpack(const T* ptr, std::size_t len, |
| 24218 | const bool strict = true, |
| 24219 | const bool allow_exceptions = true) |
| 24220 | { |
| 24221 | return from_msgpack(ptr, ptr + len, strict, allow_exceptions); |
| 24222 | } |
| 24223 | |
| 24224 | JSON_HEDLEY_WARN_UNUSED_RESULT |
| 24225 | JSON_HEDLEY_DEPRECATED_FOR(3.8.0, from_msgpack(ptr, ptr + len)) |
nothing calls this directly
no test coverage detected