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

[c++20] The last item in [cpp.predefined] looks very silly #4204

Closed
zygoloid opened this issue Sep 18, 2020 · 2 comments
Closed

[c++20] The last item in [cpp.predefined] looks very silly #4204

zygoloid opened this issue Sep 18, 2020 · 2 comments
Milestone

Comments

@zygoloid
Copy link
Member

[cpp.predefined] has a list of predefined macros along with descriptions. We have an unfortunate page break that puts this on a new page, all by itself:

The names listed in Table 19.

The macros defined in Table 19 shall be defined to the corresponding integer literal.
[Note 3: Future revisions of C++ might replace the values of these macros with greater values. —end note]

Adding bullets to this list would help, as would somehow forcing Table 19 to start on the previous page.

@jensmaurer
Copy link
Member

Shuffling the offending item to the middle, just after the other "year-month" macro we have, fixes the issue.

@zygoloid
Copy link
Member Author

Merged to master in bf5a7e4.

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

2 participants