Skip to content

Update and fix "undated" references to C23 #8111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

frederick-vs-ja
Copy link
Contributor

As P3370R1 (Add new library headers from C23) was applied before P3348R4 (C++26 should refer to C23 not C17), there were some cross references to C23 written as \IsoCUndated{}:2024 .... They should be all converted to \xrefc now as indicated in TODO comments.

Moreover, the reference to C23 H.4.2 (added via CWG2836) in a note in [conv.rank] was incorrect. C23 H.4.2 (Real floating and integer) specifies conversions between extended floating-types and integer types, while C23 H.4.3 (Usual arithmetic conversions) specifies usual arithmetic conversions involving extended floating-types. It is the latter section that covers common type of long double and _Float64, so the note should refer to C23 H.4.3.

@tkoeppe tkoeppe requested a review from jwakely July 22, 2025 12:16
Copy link
Member

@jensmaurer jensmaurer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tkoeppe, this looks good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants