Skip to content

Conversation

@eisenwave
Copy link
Member

@eisenwave eisenwave commented Nov 17, 2025

This is a follow-up from #8541 (review)

As Jens pointed out, we have two uses of "cv-unqualified signed or unsigned".

The "cv-unqualified" should be removed because it is redundant. The set of "signed or unsigned" integers doesn't include any cv-qualified types, and having it here misleads the reader into thinking that in other places, cv-qualifications are included in that set.

Note

We have at least 28 uses of signed (and|or) unsigned in the standard, and other uses don't say "cv-unqualified".
I've checked those other uses, and the two addressed in this PR are the only ones that use "cv-unqualified", so we achive global consistency.

@eisenwave eisenwave added the P3-Other Triaged issue not in P1 or P2 label Nov 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3-Other Triaged issue not in P1 or P2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant