You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).