Skip to content

References to C23 (ISO/IEC 9899:2024) clause still use C17 clause numbers #8228

@morinmorin

Description

@morinmorin

Many references to C23 clauses haven't been updated and still use C17 clause numbers.

For example, in [charconv.from.chars] p7,

See also: ISO/IEC 9899:2024, 7.22.1.3, 7.22.1.4

needs to be updated to

See also: ISO/IEC 9899:2024, 7.24.2.6, 7.24.2.8

These clause numbers are taken from N3299 (often referred to as the C23 working draft). I believe they match the official ISO/IEC 9899:2024 clause numbers, but I'd appreciate it if someone could verify that N3299's clause numbers match those of ISO/IEC 9899:2024 exactly (down to the lowest-level subclause).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions