Closed
Description
We have inconsistent wording in [stringbuf] like:
created with
which & ios_base::out
being nonzero
(the example above was altered by #978)
only if
(mode & ios_base::out) != 0
and [tab:stringbuf.seekoff.pos].
Several new cases are being added by P0408.
We have a term of art for saying this, defined in [bitmask.types]. We can say "if ios_base::out
is set in mode
".
Metadata
Metadata
Assignees
Labels
No labels
Activity