Skip to content

Remove stray whitespace around scope resolution operator. #1357

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

Merged
merged 1 commit into from
Jan 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/expressions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2077,7 +2077,7 @@
\tcode{const} \tcode{std::type_info}~(\ref{type.info}) and dynamic type \tcode{const}
\tcode{std::type_info} or \tcode{const} \term{name} where \term{name} is an
\impldef{derived type for \tcode{typeid}} class publicly derived from
\tcode{std\,::\,type_info} which preserves the behavior described
\tcode{std::type_info} which preserves the behavior described
in~\ref{type.info}.\footnote{The recommended name for such a class is
\tcode{extended_type_info}.}
The lifetime of the object referred to by the lvalue extends to the end
Expand Down
2 changes: 1 addition & 1 deletion source/locales.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4541,7 +4541,7 @@
and~\ref{tab:localization.required.specializations}~(\ref{locale.category}).
Their members use their
\tcode{ios_base\&},
\tcode{ios_base\,::\,io\-state\&},
\tcode{ios_base::io\-state\&},
and
\tcode{fill}
arguments as described in~(\ref{locale.categories}), and the
Expand Down
2 changes: 1 addition & 1 deletion source/templates.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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).

will be determined by the
\tcode{Array}
to which the subscripting operation is applied.
Expand Down