Skip to content
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
6 changes: 3 additions & 3 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -366,10 +366,11 @@
swap.

\pnum
\indextext{reversible container|see{container, reversible}}%
If the iterator type of a container belongs to the bidirectional or
random access iterator categories\iref{iterator.requirements},
the container is called
\term{reversible}
\defnx{reversible}{container!reversible}
and meets the additional requirements
in \tref{container.rev.req}.

Expand Down Expand Up @@ -465,8 +466,7 @@
within that container.

\pnum
\indextext{container!contiguous}%
A \defn{contiguous container}
A \defnadj{contiguous}{container}
is a container
whose member types \tcode{iterator} and \tcode{const_iterator}
meet the
Expand Down