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

[basic.scope.pdecl] Fix example of self-referential initialization. #3580

Merged
merged 1 commit into from Jan 14, 2020

Conversation

jensmaurer
Copy link
Member

@jensmaurer jensmaurer commented Dec 26, 2019

Fixes #3578.

source/basic.tex Outdated
@@ -836,8 +836,9 @@
unsigned char x = 12;
{ unsigned char x = x; }
\end{codeblock}
Here the second \tcode{x} is initialized with its own (indeterminate)
value.
Here, the initialization of the second \tcode{x} is undefined behavior,
Copy link
Member

Choose a reason for hiding this comment

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

"is" -> "has"

Copy link
Member Author

Choose a reason for hiding this comment

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

Fixed.

@zygoloid zygoloid added the changes requested Changes to the wording or approach have been requested and not yet applied. label Jan 13, 2020
@jensmaurer jensmaurer removed the changes requested Changes to the wording or approach have been requested and not yet applied. label Jan 14, 2020
@zygoloid zygoloid merged commit 9a19e01 into cplusplus:master Jan 14, 2020
@jensmaurer jensmaurer deleted the c10 branch January 15, 2020 22:38
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.

[basic.scope.pdecl]/1 Example is outdated
2 participants