Skip to content

Commit 0e00e25

Browse files
committed
[container.adaptors.general] Also mention flat_multi{map,set} adaptors.
Also group the names-per-header by joining them with "and", to make the use of "respectively" less confusing.
1 parent 66b8666 commit 0e00e25

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

source/containers.tex

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12974,8 +12974,17 @@
1297412974
\rSec2[container.adaptors.general]{In general}
1297512975

1297612976
\pnum
12977-
The headers \libheader{queue}, \libheader{stack}, \libheader{flat_map}, and \libheader{flat_set} define the container adaptors
12978-
\tcode{queue}, \tcode{priori\-ty_queue}, \tcode{stack}, \tcode{flat_map}, and \tcode{flat_set}, respectively.
12977+
The headers
12978+
\libheader{queue},
12979+
\libheader{stack},
12980+
\libheader{flat_map},
12981+
and \libheader{flat_set}
12982+
define the container adaptors
12983+
\tcode{queue} and \tcode{priority_queue},
12984+
\tcode{stack},
12985+
\tcode{flat_map} and \tcode{flat_multimap},
12986+
and \tcode{flat_set} and \tcode{flat_multiset},
12987+
respectively.
1297912988

1298012989
\pnum
1298112990
Each container adaptor takes

0 commit comments

Comments
 (0)