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

Outdated text on signedness of bit-fields #145

Closed
zygoloid opened this issue Jun 3, 2013 · 1 comment
Closed

Outdated text on signedness of bit-fields #145

zygoloid opened this issue Jun 3, 2013 · 1 comment

Comments

@zygoloid
Copy link
Member

zygoloid commented Jun 3, 2013

[dcl.type.simple]p3 contains a note which claims that:

"It is implementation-defined whether objects of char type and certain bit-fields (9.6) are represented as signed or unsigned quantities. The signed specifier forces char objects and bit-fields to be signed; it is redundant in other contexts."

The bit-field part of this is no longer true. Suggest we remove the mentions of bit-fields here:

"It is implementation-defined whether objects of char type are represented as signed or unsigned quantities. The signed specifier forces char objects to be signed; it is redundant in other contexts."

@AlisdairM
Copy link
Contributor

This change is present in the current draft, so this issue can be safely closed.

@jwakely jwakely closed this as completed Jun 10, 2016
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

No branches or pull requests

3 participants