-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecation warning about std::char_traits<unsigned char> #4163
Comments
@nlohmann I can start working on this |
Sure! |
Hii @nlohmann I want to work on this issue please assign me. |
@colbychaskell is already working on this. |
please assign this to me . |
Go ahead. |
I have also been running into this. did you get a chance to work on this @AbuDarda25 @colbychaskell ? |
See #4179 for a potential fix. |
Description
When parsing a binary format from a
std::vector<std::uint8_t>
, there is a deprecation warning:Reproduction steps
Call
nlohmann::json::from_bjdata
on astd::vector<std::uint8_t>
.Expected vs. actual results
Expected: no deprecation warning.
Actual:
Minimal code example
Error messages
Compiler and operating system
Apple clang version 15.0.0 (clang-1500.0.40.1)
Library version
develop
Validation
develop
branch is used.The text was updated successfully, but these errors were encountered: