Skip to content

Commit

Permalink
[sequence.reqmts] Use "program-defined sequence container" consistently.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tkoeppe committed Aug 14, 2022
1 parent 98875f6 commit 3096293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1238,7 +1238,7 @@
\tcode{array} is provided as a sequence container which provides limited sequence operations
because it has a fixed number of elements. The library also provides container adaptors that
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
the basic sequence container kinds (or out of other kinds of sequence containers that the user defines).
the basic sequence container kinds (or out of other program-defined sequence containers).

\pnum
\begin{note}
Expand Down

0 comments on commit 3096293

Please sign in to comment.