Skip to content

Commit d0615b3

Browse files
AlisdairMtkoeppe
authored andcommitted
[containers] Consistently xref header synopses from General clauses
1 parent 4bf5bd2 commit d0615b3

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

source/containers.tex

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10150,8 +10150,9 @@
1015010150
\rSec2[associative.general]{General}
1015110151

1015210152
\pnum
10153-
The header \libheader{map} defines the class templates \tcode{map} and
10154-
\tcode{multimap}; the header \libheader{set} defines the class templates
10153+
The header \libheaderrefx{map}{associative.map.syn} defines the class templates
10154+
\tcode{map} and \tcode{multimap};
10155+
the header \libheaderrefx{set}{associative.set.syn} defines the class templates
1015510156
\tcode{set} and \tcode{multiset}.
1015610157

1015710158
\pnum
@@ -12079,10 +12080,10 @@
1207912080
\rSec2[unord.general]{General}
1208012081

1208112082
\pnum
12082-
The header \libheader{unordered_map} defines the class templates
12083-
\tcode{unordered_map} and
12084-
\tcode{unordered_multimap}; the header \libheader{unordered_set} defines the class templates
12085-
\tcode{unordered_set} and \tcode{unordered_multiset}.
12083+
The header \libheaderrefx{unordered_map}{unord.map.syn} defines the class
12084+
templates \tcode{unordered_map} and \tcode{unordered_multimap};
12085+
the header \libheaderrefx{unordered_set}{unord.set.syn} defines the class
12086+
templates \tcode{unordered_set} and \tcode{unordered_multiset}.
1208612087

1208712088
\pnum
1208812089
The exposition-only alias templates
@@ -14257,10 +14258,10 @@
1425714258

1425814259
\pnum
1425914260
The headers
14260-
\libheader{queue},
14261-
\libheader{stack},
14262-
\libheader{flat_map},
14263-
and \libheader{flat_set}
14261+
\libheaderref{queue},
14262+
\libheaderref{stack},
14263+
\libheaderrefx{flat_map}{flat.map.syn},
14264+
and \libheaderrefx{flat_set}{flat.set.syn}
1426414265
define the container adaptors
1426514266
\tcode{queue} and \tcode{priority_queue},
1426614267
\tcode{stack},
@@ -18884,8 +18885,8 @@
1888418885
\rSec2[views.general]{General}
1888518886

1888618887
\pnum
18887-
The header \libheader{span} defines the view \tcode{span}.
18888-
The header \libheader{mdspan} defines the class template \tcode{mdspan} and
18888+
The header \libheaderref{span} defines the view \tcode{span}.
18889+
The header \libheaderref{mdspan} defines the class template \tcode{mdspan} and
1888918890
other facilities for interacting with these multidimensional views.
1889018891

1889118892
\rSec2[views.contiguous]{Contiguous access}

0 commit comments

Comments
 (0)