Skip to content

Commit 6c4a290

Browse files
Eelistkoeppe
authored andcommitted
[container.requirements] Improve index entries for contiguous and reversible containers. (#4051)
1 parent 6080ed9 commit 6c4a290

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/containers.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,11 @@
366366
swap.
367367

368368
\pnum
369+
\indextext{reversible container|see{container, reversible}}%
369370
If the iterator type of a container belongs to the bidirectional or
370371
random access iterator categories\iref{iterator.requirements},
371372
the container is called
372-
\term{reversible}
373+
\defnx{reversible}{container!reversible}
373374
and meets the additional requirements
374375
in \tref{container.rev.req}.
375376

@@ -465,8 +466,7 @@
465466
within that container.
466467

467468
\pnum
468-
\indextext{container!contiguous}%
469-
A \defn{contiguous container}
469+
A \defnadj{contiguous}{container}
470470
is a container
471471
whose member types \tcode{iterator} and \tcode{const_iterator}
472472
meet the

0 commit comments

Comments
 (0)