Skip to content

Commit 2493d9c

Browse files
[container.reqmts], [flat.map.overview], [flat.multimap.overview], [flat.set.overview], [flat.multiset.overview] A constructor is a member function
1 parent a9a0353 commit 2493d9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/containers.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@
641641
allocator argument, then the allocator type must support value-initialization.
642642
\end{note}
643643
A copy of this allocator is used for any memory allocation and element construction
644-
performed, by these constructors and by all member functions,
644+
performed, by these constructors and by all other member functions,
645645
during the lifetime of each container object
646646
or until the allocator is replaced. The allocator may be replaced only via assignment or
647647
\tcode{swap()}. Allocator replacement is performed by
@@ -17058,7 +17058,7 @@
1705817058
containers of different sizes is undefined.
1705917059

1706017060
\pnum
17061-
The effect of calling a constructor or member function
17061+
The effect of calling a member function
1706217062
that takes a \tcode{sorted_unique_t} argument with
1706317063
a container, containers, or range
1706417064
that is not sorted with respect to \tcode{key_comp()}, or
@@ -18255,7 +18255,7 @@
1825518255
with containers of different sizes is undefined.
1825618256

1825718257
\pnum
18258-
The effect of calling a constructor or member function
18258+
The effect of calling a member function
1825918259
that takes a \tcode{sorted_equivalent_t} argument
1826018260
with a container, containers, or range
1826118261
that are not sorted with respect to \tcode{key_comp()} is undefined.
@@ -18887,7 +18887,7 @@
1888718887
as \tcode{KeyContainer::value_type}.
1888818888

1888918889
\pnum
18890-
The effect of calling a constructor or member function
18890+
The effect of calling a member function
1889118891
that takes a \tcode{sorted_unique_t} argument
1889218892
with a range that is not sorted with respect to \tcode{key_comp()}, or
1889318893
that contains equal elements, is undefined.
@@ -19557,7 +19557,7 @@
1955719557
as \tcode{KeyContainer::value_type}.
1955819558

1955919559
\pnum
19560-
The effect of calling a constructor or member function
19560+
The effect of calling a member function
1956119561
that takes a \tcode{sorted_equivalent_t} argument with a range
1956219562
that is not sorted with respect to \tcode{key_comp()} is undefined.
1956319563

0 commit comments

Comments
 (0)