Skip to content

Commit d13ac09

Browse files
Eelistkoeppe
authored andcommitted
Remove stray whitespace around scope resolution operator. (#1357)
1 parent ffb9408 commit d13ac09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2077,7 +2077,7 @@
20772077
\tcode{const} \tcode{std::type_info}~(\ref{type.info}) and dynamic type \tcode{const}
20782078
\tcode{std::type_info} or \tcode{const} \term{name} where \term{name} is an
20792079
\impldef{derived type for \tcode{typeid}} class publicly derived from
2080-
\tcode{std\,::\,type_info} which preserves the behavior described
2080+
\tcode{std::type_info} which preserves the behavior described
20812081
in~\ref{type.info}.\footnote{The recommended name for such a class is
20822082
\tcode{extended_type_info}.}
20832083
The lifetime of the object referred to by the lvalue extends to the end

source/locales.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4541,7 +4541,7 @@
45414541
and~\ref{tab:localization.required.specializations}~(\ref{locale.category}).
45424542
Their members use their
45434543
\tcode{ios_base\&},
4544-
\tcode{ios_base\,::\,io\-state\&},
4544+
\tcode{ios_base::io\-state\&},
45454545
and
45464546
\tcode{fill}
45474547
arguments as described in~(\ref{locale.categories}), and the

source/templates.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@
14831483
the
14841484
\grammarterm{template-argument}
14851485
for
1486-
\tcode{Array<T>\,::\,op\-er\-a\-tor\,[]\,()}
1486+
\tcode{Array<T>::op\-er\-a\-tor\,[]\,()}
14871487
will be determined by the
14881488
\tcode{Array}
14891489
to which the subscripting operation is applied.

0 commit comments

Comments
 (0)