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

Rename Table 6 column 3 to "Octal, hexadecimal, or binary literal" for consistency #368

Closed
zygoloid opened this issue Aug 21, 2014 · 1 comment

Comments

@zygoloid
Copy link
Member

DIS 14882:2014 NB comment JP 04:

In Table 6, at the header of column 3, the order of type names of integer literals is not consistent, where “Binary” is placed before “octal” and “hexadecimal”, but at the other places, the order is always decimal, octal, hexadecimal and then binary, as in the syntax section.

@zygoloid
Copy link
Member Author

Proposed approach: the order given here (increasing order of radix) is the most natural order. Reorder the other cases to match this order (binary, octal, decimal, hexadecimal).

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

1 participant