|
641 | 641 | allocator argument, then the allocator type must support value-initialization.
|
642 | 642 | \end{note}
|
643 | 643 | 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, |
645 | 645 | during the lifetime of each container object
|
646 | 646 | or until the allocator is replaced. The allocator may be replaced only via assignment or
|
647 | 647 | \tcode{swap()}. Allocator replacement is performed by
|
|
17058 | 17058 | containers of different sizes is undefined.
|
17059 | 17059 |
|
17060 | 17060 | \pnum
|
17061 |
| -The effect of calling a constructor or member function |
| 17061 | +The effect of calling a member function |
17062 | 17062 | that takes a \tcode{sorted_unique_t} argument with
|
17063 | 17063 | a container, containers, or range
|
17064 | 17064 | that is not sorted with respect to \tcode{key_comp()}, or
|
|
18255 | 18255 | with containers of different sizes is undefined.
|
18256 | 18256 |
|
18257 | 18257 | \pnum
|
18258 |
| -The effect of calling a constructor or member function |
| 18258 | +The effect of calling a member function |
18259 | 18259 | that takes a \tcode{sorted_equivalent_t} argument
|
18260 | 18260 | with a container, containers, or range
|
18261 | 18261 | that are not sorted with respect to \tcode{key_comp()} is undefined.
|
|
18887 | 18887 | as \tcode{KeyContainer::value_type}.
|
18888 | 18888 |
|
18889 | 18889 | \pnum
|
18890 |
| -The effect of calling a constructor or member function |
| 18890 | +The effect of calling a member function |
18891 | 18891 | that takes a \tcode{sorted_unique_t} argument
|
18892 | 18892 | with a range that is not sorted with respect to \tcode{key_comp()}, or
|
18893 | 18893 | that contains equal elements, is undefined.
|
|
19557 | 19557 | as \tcode{KeyContainer::value_type}.
|
19558 | 19558 |
|
19559 | 19559 | \pnum
|
19560 |
| -The effect of calling a constructor or member function |
| 19560 | +The effect of calling a member function |
19561 | 19561 | that takes a \tcode{sorted_equivalent_t} argument with a range
|
19562 | 19562 | that is not sorted with respect to \tcode{key_comp()} is undefined.
|
19563 | 19563 |
|
|
0 commit comments