Skip to content

Commit 85b8c34

Browse files
committed
[sequence.reqmts] Use "program-defined sequence container" consistently.
The earlier wording of "containers that the user defines" was not retained for new additions to the Standard, and it is needlessly informal. The term "program-defined" was only added recently, whereas the original wording has essentially existed since the beginnig.
1 parent d14c6ed commit 85b8c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,7 @@
12381238
\tcode{array} is provided as a sequence container which provides limited sequence operations
12391239
because it has a fixed number of elements. The library also provides container adaptors that
12401240
make it easy to construct abstract data types, such as \tcode{stack}s, \tcode{queue}s, \tcode{flat_map}s, or \tcode{flat_multimap}s, out of
1241-
the basic sequence container kinds (or out of other kinds of sequence containers that the user defines).
1241+
the basic sequence container kinds (or out of other program-defined sequence containers).
12421242

12431243
\pnum
12441244
\begin{note}

0 commit comments

Comments
 (0)