From 619ee4237addb3cb85a657187e4894f0023c8ee2 Mon Sep 17 00:00:00 2001 From: Eelis van der Weegen Date: Fri, 13 Jan 2017 06:13:05 +0100 Subject: [PATCH] Remove stray whitespace around scope resolution operator. --- source/expressions.tex | 2 +- source/locales.tex | 2 +- source/templates.tex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/expressions.tex b/source/expressions.tex index c0b5736533..3cb5f7b742 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -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 diff --git a/source/locales.tex b/source/locales.tex index e3e14703cd..6998b6eca3 100644 --- a/source/locales.tex +++ b/source/locales.tex @@ -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 diff --git a/source/templates.tex b/source/templates.tex index 2e47af8b2e..afffd7b9ee 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -1483,7 +1483,7 @@ the \grammarterm{template-argument} for -\tcode{Array\,::\,op\-er\-a\-tor\,[]\,()} +\tcode{Array::op\-er\-a\-tor\,[]\,()} will be determined by the \tcode{Array} to which the subscripting operation is applied.