Replies: 1 comment 1 reply
-
It's just that value cast to that type, or |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The doc for the SAX interface states:
std::size_t is an unsigned type, so it cannot be -1. Should that read as -1 = 0xffffffff aka
std::numeric_limits<std::size_t>::max()
?Beta Was this translation helpful? Give feedback.
All reactions