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

Remove stray whitespace around scope resolution operator. #1357

Merged
merged 1 commit into from Jan 13, 2017

Conversation

Eelis
Copy link
Contributor

@Eelis Eelis commented Jan 13, 2017

diff

@@ -1483,7 +1483,7 @@
the
\grammarterm{template-argument}
for
\tcode{Array<T>\,::\,op\-er\-a\-tor\,[]\,()}
\tcode{Array<T>::op\-er\-a\-tor\,[]\,()}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unrelatedly, this line has an instance of a function being referred to as "f()" even though it doesn't have zero parameters and cannot be called with zero arguments. That practice seems a bit sloppy for the standard (and certainly isn't used consistently in the document). Thoughts?

Copy link
Member

Choose a reason for hiding this comment

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

Please open an editorial issue for this (I thought we already had one, but maybe not.)

Copy link
Member

Choose a reason for hiding this comment

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

Yes that's definitely wrong (but probably not the only place we do it).

@jwakely
Copy link
Member

jwakely commented Jan 13, 2017

We aren't (currently) benefiting from adding those hints in those locations, so removing them to get rid of the whitespace seems better.

@jensmaurer
Copy link
Member

jensmaurer commented Jan 13, 2017

@jwakely: This concerns , and LaTeX doesn't linebreak for these, anyway, so your comment seems misguided.

Looks good to me.

@tkoeppe tkoeppe merged commit d13ac09 into cplusplus:master Jan 13, 2017
@Eelis Eelis deleted the scoperesws branch January 13, 2017 14:24
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

4 participants