Skip to content

Remove section 2 from [sequence.reqmts] #6571

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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