We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the table of operations for std::bitset:
Flips the i-th bit to zero. Performs bounds checking; throws std:: out_of_range.
Should probably instead say either:
Flips the i-th bit. Performs bounds checking; throws std:: out_of_range.
or:
Flips the i-th bit (0 becomes 1; 1 becomes 0). Performs bounds checking; throws std:: out_of_range.
depending on preference.
(As usual, I'm on the Kindle ebook version.)
The text was updated successfully, but these errors were encountered:
Thanks, @WraithGlade!
Sorry, something went wrong.
7183e40
Closes JLospinoso#105
b6d36fa
No branches or pull requests
In the table of operations for std::bitset:
Should probably instead say either:
or:
depending on preference.
(As usual, I'm on the Kindle ebook version.)
The text was updated successfully, but these errors were encountered: