diff --git a/source/basic.tex b/source/basic.tex index ae23966f0d..254525e640 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -1091,7 +1091,7 @@ \pnum The name lookup rules apply uniformly to all names (including \grammarterm{typedef-name}{s}~(\ref{dcl.typedef}), -\grammarterm{namespace-name}{s}~(\ref{basic.namespace}), and +\grammarterm{namespace-name}{s} (\ref{basic.namespace}), and \grammarterm{class-name}{s}~(\ref{class.name})) wherever the grammar allows such names in the context discussed by a particular rule. Name lookup associates the use of a name with a set of declarations~(\ref{basic.def}) of @@ -2508,7 +2508,7 @@ \indextext{termination!program}% Terminating the program without leaving the current block (e.g., by calling the function -\tcode{std::exit(int)}~(\ref{support.start.term})) does not destroy any +\tcode{std::exit(int)} (\ref{support.start.term})) does not destroy any objects with automatic storage duration~(\ref{class.dtor}). If \tcode{std::exit} is called to end a program during the destruction of an object with static or thread storage duration, the program has undefined diff --git a/source/compatibility.tex b/source/compatibility.tex index 1ab416c63a..ed9cdd8efd 100644 --- a/source/compatibility.tex +++ b/source/compatibility.tex @@ -1942,7 +1942,7 @@ \tcode{}~(\ref{c.locales})\indexlibrary{\idxhdr{clocale}}, \tcode{}~(\ref{cstddef.syn})\indexlibrary{\idxhdr{cstddef}}, \tcode{}~(\ref{cstdio.syn})\indexlibrary{\idxhdr{cstdio}}, -\tcode{}~(\ref{cstdlib.syn})\indexlibrary{\idxhdr{cstdlib}}, +\tcode{} (\ref{cstdlib.syn})\indexlibrary{\idxhdr{cstdlib}}, \tcode{}~(\ref{cstring.syn})\indexlibrary{\idxhdr{cstring}}, \tcode{}~(\ref{ctime.syn})\indexlibrary{\idxhdr{ctime}}, or \tcode{}~(\ref{cwchar.syn})\indexlibrary{\idxhdr{cwchar}}, diff --git a/source/conversions.tex b/source/conversions.tex index f2d582c9ea..a37b8a78d3 100644 --- a/source/conversions.tex +++ b/source/conversions.tex @@ -327,7 +327,7 @@ \pnum \begin{note} Function types (including those used in pointer to member function -types) are never cv-qualified~(\ref{dcl.fct}). +types) are never cv-qualified (\ref{dcl.fct}). \end{note} \indextext{conversion!qualification|)} diff --git a/source/declarations.tex b/source/declarations.tex index c9691533f8..2520c8d053 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -235,7 +235,7 @@ \begin{note} A \grammarterm{nodeclspec-function-declaration} can only be used in a \grammarterm{template-declaration}~(Clause~\ref{temp}), -\grammarterm{explicit-instantiation}~(\ref{temp.explicit}), or +\grammarterm{explicit-instantiation} (\ref{temp.explicit}), or \grammarterm{explicit-specialization}~(\ref{temp.expl.spec}). \end{note} diff --git a/source/iostreams.tex b/source/iostreams.tex index ec648895ed..9c605e949b 100644 --- a/source/iostreams.tex +++ b/source/iostreams.tex @@ -1982,7 +1982,7 @@ if \tcode{rdbuf() != 0} then -\tcode{rdbuf()->pubimbue(loc)}~(\ref{streambuf.locales}). +\tcode{rdbuf()->pubimbue(loc)} (\ref{streambuf.locales}). \pnum \returns @@ -3199,7 +3199,7 @@ If a read position is available, returns \tcode{egptr() - gptr()}. Otherwise returns -\tcode{showmanyc()}~(\ref{streambuf.virt.get}). +\tcode{showmanyc()} (\ref{streambuf.virt.get}). \end{itemdescr} \indexlibrarymember{snextc}{basic_streambuf}% @@ -9378,7 +9378,7 @@ otherwise calls \tcode{setstate(failbit)} (which may throw -\tcode{ios_base::failure})~(\ref{iostate.flags}). +\tcode{ios_base::failure}) (\ref{iostate.flags}). \end{itemdescr} \indexlibrarymember{open}{basic_ifstream}% @@ -9626,7 +9626,7 @@ otherwise calls \tcode{setstate(\brk{}failbit)} (which may throw -\tcode{ios_base::failure})~(\ref{iostate.flags}). +\tcode{ios_base::failure}) (\ref{iostate.flags}). \end{itemdescr} \indexlibrarymember{close}{basic_ofstream}% @@ -11464,7 +11464,7 @@ \pnum Generic format observer functions return strings formatted according to the -generic pathname format~(\ref{fs.path.generic}). +generic pathname format (\ref{fs.path.generic}). A single slash (\tcode{'/'}) character is used as the \grammarterm{directory-separator}. diff --git a/source/numerics.tex b/source/numerics.tex index 415168174b..657a0eb85f 100644 --- a/source/numerics.tex +++ b/source/numerics.tex @@ -875,7 +875,7 @@ If bad input is encountered, calls \tcode{is.setstate(ios_base::failbit)} (which may throw -\tcode{ios::failure}~(\ref{iostate.flags})). +\tcode{ios::failure} (\ref{iostate.flags})). \pnum \returns diff --git a/source/threads.tex b/source/threads.tex index d34102d00b..48a2bffd06 100644 --- a/source/threads.tex +++ b/source/threads.tex @@ -2102,7 +2102,7 @@ \pnum \throws Any exception thrown by \tcode{pm->try_lock()}. \tcode{system_error} when an exception -is required~(\ref{thread.req.exception}). +is required (\ref{thread.req.exception}). \pnum \errors diff --git a/source/utilities.tex b/source/utilities.tex index 5b0c9b9a49..76e4992a93 100644 --- a/source/utilities.tex +++ b/source/utilities.tex @@ -7661,7 +7661,7 @@ \pnum \ctype \tcode{Alloc::void_pointer} if the \grammarterm{qualified-id} \tcode{Alloc::void_pointer} is valid and denotes a -type~(\ref{temp.deduct}); otherwise, +type (\ref{temp.deduct}); otherwise, \tcode{pointer_traits::rebind<\brk{}void>}. \end{itemdescr}