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

[diff.cpp03] etc introduction incorrect #537

Closed
zygoloid opened this issue Sep 14, 2015 · 4 comments
Closed

[diff.cpp03] etc introduction incorrect #537

zygoloid opened this issue Sep 14, 2015 · 4 comments
Milestone

Comments

@zygoloid
Copy link
Member

These introductory sentences say e.g.: "This subclause lists the differences between C++ and ISO C++ 2003 (ISO/IEC 14882:2003, Programming Languages — C++), by the chapters of this document."

But that's wrong: for instance, C.4.1 is a difference against C++03 and C++11, not just C++14.

We should fix these intro sentences to say which other subclauses are also in scope.

@jensmaurer
Copy link
Member

jensmaurer commented Nov 30, 2017

@zygoloid: Why don't we simply say "This subclause lists the differences between ISO C++ 2011 (paren) and ISO C++ 2003 (paren)"?

If we ever revert a change, it's unlikely we retroactively amend old annex C entries, so simply saying these are the diffs of C++03 vs. C++11 is actually closer to the truth (and probably staying that way). If you want to find out what has changed between C++17 and C++03, it's somewhat obvious you need to read through several C.x subclauses.

@jensmaurer jensmaurer added the decision-required A decision of the editorial group (or the Project Editor) is required. label Nov 30, 2017
@zygoloid
Copy link
Member Author

Approach: reverse the order of the subclauses, and change all but the first to say:

"This subclause lists the differences between ISO C++ and ISO C++ abcd (in addition to those listed above), by the chapters of this document."

@zygoloid zygoloid removed the decision-required A decision of the editorial group (or the Project Editor) is required. label Mar 18, 2018
@jensmaurer
Copy link
Member

jensmaurer commented Sep 6, 2018

Is "reverse the order of subclauses" a large enough section reshuffling that it's C++23 material? See also #2252.

@jensmaurer jensmaurer added the decision-required A decision of the editorial group (or the Project Editor) is required. label Sep 6, 2018
@jensmaurer
Copy link
Member

Editorial meeting: Reversing the order means every revision of the standard will shift the numbering.
Just do it.

@jensmaurer jensmaurer removed the decision-required A decision of the editorial group (or the Project Editor) is required. label Nov 6, 2018
@jensmaurer jensmaurer added this to the C++20 milestone Nov 6, 2018
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