Skip to content
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

[concepts.arithmetic] fix notes that use undefined terms #3223

Merged
merged 1 commit into from Sep 18, 2019

Conversation

jwakely
Copy link
Member

@jwakely jwakely commented Sep 12, 2019

The terms "signed integral types" and "unsigned integral types" are not
defined in [basic.fundamental] The notes are trying to talk about
signed/unsigned integer types. char and bool are not signed or
unsigned integer types, but they certainly are integral types, and
so they model one of signed_integral or unsigned_integral.

The terms "signed integral types" and "unsigned integral types" are not
defined in [basic.fundamental] The notes are trying to talk about
signed/unsigned *integer* types. char and bool are not signed or
unsigned *integer* types, but they certainly are *integral* types, and
so they model one of signed_integral or unsigned_integral.
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.

This looks like an improvement to me.

@jensmaurer jensmaurer merged commit e02bdec into cplusplus:master Sep 18, 2019
@jwakely jwakely deleted the concepts.arithmetic branch January 22, 2022 09:13
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.

None yet

2 participants