-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Use in VS2017 15.5.5 #946
Labels
platform: visual studio
related to MSVC
Comments
Can you provide the code that triggers that error? |
No I meant your code. |
These are examples of GitHub, and I just copy it。 |
You try to parse an int vector. That does not work - just assign: You can use a vector of chars to parse from. This is the error message: if you parse from a vector, its elements must be 1 byte. |
It can work,When i compile it, you check it. Excellent,thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error C2338: each element in the iterator range must have the size of 1 byte,
The compilation triggered an assertion that I don't know what to do and what should I do?
thank you
The text was updated successfully, but these errors were encountered: