-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
<bitset>
: streaming operator >>
does not use character traits
#4956
Comments
If we want test coverage, we could wait for #4951 and then share significant test part. |
We checked, and fortunately Line 121 in a26f4ad
So the problem is limited to the streaming operator. We'll grumble a bit that [bitset.operators]/5.3 "the next input character is neither |
Apparently it looks complicated to write a test. In addition to
|
You have to specialize |
_Char
is directly compared against_Elem0
and_Elem1
STL/stl/inc/bitset
Lines 589 to 600 in 73b5791
The text was updated successfully, but these errors were encountered: