Skip to content

Commit e85dd77

Browse files
Johannes Lairetkoeppe
Johannes Laire
authored andcommitted
[library] Add missing \tcode in headings
1 parent 807e6f9 commit e85dd77

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

source/iostreams.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -8236,7 +8236,7 @@
82368236
\tcode{sb}, the \tcode{stringbuf} object.
82378237
\end{itemize}
82388238

8239-
\rSec3[stringstream.cons]{basic_stringstream constructors}
8239+
\rSec3[stringstream.cons]{\tcode{basic_stringstream} constructors}
82408240

82418241
\indexlibrary{\idxcode{basic_stringstream}!constructor}%
82428242
\begin{itemdecl}

source/numerics.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -8571,7 +8571,7 @@
85718571
object refers.
85728572
\end{itemdescr}
85738573

8574-
\rSec2[valarray.range]{valarray range access}
8574+
\rSec2[valarray.range]{\tcode{valarray} range access}
85758575

85768576
\pnum
85778577
In the \tcode{begin} and \tcode{end} function templates that follow, \unspec{1}

source/utilities.tex

+5-5
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
and requirements and semantics are not explicitly provided,
329329
the requirements and semantics are as specified in this Clause.
330330

331-
\rSec2[utility.swap]{swap}
331+
\rSec2[utility.swap]{\tcode{swap}}
332332

333333
\indexlibrary{\idxcode{swap}}%
334334
\begin{itemdecl}
@@ -381,7 +381,7 @@
381381
\effects As if by \tcode{swap_ranges(a, a + N, b)}.
382382
\end{itemdescr}
383383

384-
\rSec2[utility.exchange]{exchange}
384+
\rSec2[utility.exchange]{\tcode{exchange}}
385385

386386
\indexlibrary{\idxcode{exchange}}%
387387
\begin{itemdecl}
@@ -13045,7 +13045,7 @@
1304513045
\end{itemdescr}
1304613046

1304713047

13048-
\rSec3[refwrap.invoke]{reference_wrapper invocation}
13048+
\rSec3[refwrap.invoke]{\tcode{reference_wrapper} invocation}
1304913049

1305013050
\indexlibrarymember{operator()}{reference_wrapper}%
1305113051
\begin{itemdecl}
@@ -13059,7 +13059,7 @@
1305913059
\end{itemdescr}
1306013060

1306113061

13062-
\rSec3[refwrap.helpers]{reference_wrapper helper functions}
13062+
\rSec3[refwrap.helpers]{\tcode{reference_wrapper} helper functions}
1306313063

1306413064
\indexlibrarymember{ref}{reference_wrapper}%
1306513065
\begin{itemdecl}
@@ -14541,7 +14541,7 @@
1454114541
exception thrown by the wrapped callable object.
1454214542
\end{itemdescr}
1454314543

14544-
\rSec4[func.wrap.func.targ]{function target access}
14544+
\rSec4[func.wrap.func.targ]{\tcode{function} target access}
1454514545

1454614546
\indexlibrarymember{target_type}{function}%
1454714547
\begin{itemdecl}

0 commit comments

Comments
 (0)