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

[intro.scope] C++ is not a strict superset of C #1859

Merged
merged 1 commit into from Nov 29, 2017

Conversation

jensmaurer
Copy link
Member

Fixes #1664.

@jensmaurer
Copy link
Member Author

This change is a bit lame, but minimal.

source/intro.tex Outdated
@@ -14,7 +14,7 @@
\Cpp{} is a general purpose programming language based on the C
programming language as described in ISO/IEC 9899:2011
\doccite{Programming languages --- C} (hereinafter referred to as the
\defnx{C standard}{C!standard}). In addition to
\defnx{C standard}{C!standard}). In addition to some of
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, how about:

C++ provides many facilities beyond those provided by C, including [...]

This simultaneously minimizes the suggestion that C++ is a strict superset of C, and removes the suggestion that the following list of C++ features is a complete list of features in C++ but not C.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@jensmaurer
Copy link
Member Author

Rebased + implemented @zygoloid suggestion. (I fail to get excited about [intro.scope].)

@zygoloid zygoloid merged commit ce1a9d0 into cplusplus:master Nov 29, 2017
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