Skip to content

Use of bitmasks in [stringbuf] #2969

Closed
@jwakely

Description

@jwakely
Member

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".

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @jwakely@jensmaurer

    Issue actions

      Use of bitmasks in [stringbuf] · Issue #2969 · cplusplus/draft