diff --git a/source/containers.tex b/source/containers.tex index f9ab3e8128..06f13ccf1e 100644 --- a/source/containers.tex +++ b/source/containers.tex @@ -6123,8 +6123,8 @@ of a container\iref{container.reqmts} and of a reversible container\iref{container.rev.reqmts}, except that a default -constructed \tcode{array} object is not empty and that \tcode{swap} does not have constant -complexity. An \tcode{array} meets some of the requirements of a sequence +constructed \tcode{array} object is not empty if $\tcode{N} > 0$. +An \tcode{array} meets some of the requirements of a sequence container\iref{sequence.reqmts}. Descriptions are provided here only for operations on \tcode{array} that are not described in