Replies: 1 comment 4 replies
-
Thanks for reporting, and sorry for breaking your code. I have not yet taken C++20 into account. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for what is probably the most awesome C++ JSON library!
Not reporting this as an issue, because this question is a matter of taste and the maintainers of the library may well disagree with my view.
Using the version 3.9.1 of the library, I get compilation errors when trying to compile the following program:
So, bunch of compilation errors related to mismatch between
std::byte
s tochar
literals.Before updating the library from 3.7 to 3.9 this actually used to work.
Is it intentional that parsing containers of
std::byte
s don't work without casting?std::byte
is a very natural model for wire data, and I feel parsing it "should" just work.Beta Was this translation helpful? Give feedback.
All reactions