From 7c776eef0ee444db20cb212e8f868b860544cc44 Mon Sep 17 00:00:00 2001 From: Eelis van der Weegen Date: Sat, 20 Jun 2020 13:42:51 +0200 Subject: [PATCH] [container.requirements] Improve index entries for contiguous and reversible containers. --- source/containers.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/containers.tex b/source/containers.tex index e2150e737b..9e644d73fd 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -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}. @@ -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