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

[class.copy.assign] Remove semicolon in 'of the form' phrase. #3361

Merged
merged 1 commit into from Nov 3, 2019

Conversation

jensmaurer
Copy link
Member

This improves consistency with other such phrases.

Fixes late comment CH 02.

Fixes cplusplus/nbballot#376

This improves consistency with other such phrases.

Fixes late comment CH 02.
@jensmaurer jensmaurer added the ballot-comment Response to an NB or ISO comment on a ballot label Nov 1, 2019
@@ -1919,7 +1919,7 @@
\pnum
The implicitly-declared move assignment operator for a class \tcode{X} will have the form
\begin{codeblock}
X& X::operator=(X&&);
X& X::operator=(X&&)
Copy link
Contributor

Choose a reason for hiding this comment

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

This is awkward, as it now leaves the sentence unfinished.

Looking at the next paragraph, I see that there we use a _text_semicolon to structure the sentence. Do we have similar options here? Otherwise add a colon after "have the form"?

Copy link
Member

@zygoloid zygoloid Nov 3, 2019

Choose a reason for hiding this comment

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

This is also the case for [class.copy.ctor]p7 and p9, [class.copy.assign]p2, and [class.dtor]p3.

The idea of this change (and the request of the NB comment as I understand it) is just to get to somewhere consistent. We should tackle any other changes / improvements here as separate editorial issues.

@zygoloid zygoloid merged commit 673d504 into cplusplus:master Nov 3, 2019
@jensmaurer jensmaurer deleted the ch02 branch November 3, 2019 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ballot-comment Response to an NB or ISO comment on a ballot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Late-CH02 11.3.5 p5 Extra semicolon in 'of the form' phrase
3 participants