Skip to content

Commit

Permalink
[sequence.reqmts] Remove misleading, oversimplified informative text
Browse files Browse the repository at this point in the history
  • Loading branch information
mattreecebentley authored Nov 8, 2023
1 parent c9c69dc commit 2b5fc29
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1253,24 +1253,6 @@
\tcode{flat_multiset}s, out of
the basic sequence container kinds (or out of other program-defined sequence containers).

\pnum
\begin{note}
The sequence containers
offer the programmer different complexity trade-offs.
\tcode{vector}
is appropriate in most circumstances.
\tcode{array}
has a fixed size known during translation.
\tcode{list} or \tcode{forward_list}
support frequent insertions and deletions from the
middle of the sequence.
\tcode{deque}
supports efficient insertions and deletions taking place at the beginning or at the
end of the sequence.
When choosing a container, remember \tcode{vector} is best;
leave a comment to explain if you choose from the rest!
\end{note}

\pnum
In this subclause,
\begin{itemize}
Expand Down

0 comments on commit 2b5fc29

Please sign in to comment.