Skip to content

Commit 2b5fc29

Browse files
[sequence.reqmts] Remove misleading, oversimplified informative text
1 parent c9c69dc commit 2b5fc29

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

source/containers.tex

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,24 +1253,6 @@
12531253
\tcode{flat_multiset}s, out of
12541254
the basic sequence container kinds (or out of other program-defined sequence containers).
12551255

1256-
\pnum
1257-
\begin{note}
1258-
The sequence containers
1259-
offer the programmer different complexity trade-offs.
1260-
\tcode{vector}
1261-
is appropriate in most circumstances.
1262-
\tcode{array}
1263-
has a fixed size known during translation.
1264-
\tcode{list} or \tcode{forward_list}
1265-
support frequent insertions and deletions from the
1266-
middle of the sequence.
1267-
\tcode{deque}
1268-
supports efficient insertions and deletions taking place at the beginning or at the
1269-
end of the sequence.
1270-
When choosing a container, remember \tcode{vector} is best;
1271-
leave a comment to explain if you choose from the rest!
1272-
\end{note}
1273-
12741256
\pnum
12751257
In this subclause,
12761258
\begin{itemize}

0 commit comments

Comments
 (0)