Skip to content

[tab:filebuf.open.modes] is weirdly split in two #4260

Closed
@zygoloid

Description

@zygoloid
Member

There's a break between the flag combinations without binary and those with binary. This seems like an arbitrary and meaningless distinction.

Also the rows are in an inconsistent order. The rows without in are the same as the rows with in (except that the row with no flags set is invalid), but that's very unclear because some of them got shuffled around. Suggest reordering both "a" rows after the second "w" row. This would also group together the rows with the same stdio equivalent.

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

    @zygoloid@jensmaurer

    Issue actions

      [tab:filebuf.open.modes] is weirdly split in two · Issue #4260 · cplusplus/draft