File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5820
5820
5821
5821
\pnum
5822
5822
The template parameter \tcode {Allocator} of \tcode {indirect}
5823
- shall meet the \oldconceptname {Allocator} requirements.
5823
+ shall meet the \oldconcept {Allocator} requirements.
5824
5824
5825
5825
\pnum
5826
5826
If a program declares an explicit or partial specialization of \tcode {indirect},
6480
6480
If
6481
6481
\tcode {allocator_traits<Allocator>::propagate_on_container_swap::value}
6482
6482
is \tcode {true}, then
6483
- \tcode {Allocator} meets the \oldconceptname {Swappable} requirements.
6483
+ \tcode {Allocator} meets the \oldconcept {Swappable} requirements.
6484
6484
Otherwise \tcode {get_allocator() == other.\linebreak {}get_allocator()} is \tcode {true}.
6485
6485
6486
6486
\pnum
6677
6677
6678
6678
\pnum
6679
6679
The template parameter \tcode {Allocator} of \tcode {polymorphic}
6680
- shall meet the requirements of \oldconceptname {Allocator}.
6680
+ shall meet the requirements of \oldconcept {Allocator}.
6681
6681
6682
6682
\pnum
6683
6683
If a program declares an explicit or
7271
7271
\expects
7272
7272
If \tcode {allocator_traits<Allocator>::propagate_on_container_swap::value}
7273
7273
is \tcode {true}, then
7274
- \tcode {Allocator} meets the \oldconceptname {Swappable} requirements.
7274
+ \tcode {Allocator} meets the \oldconcept {Swappable} requirements.
7275
7275
Otherwise \tcode {get_allocator() == other.\linebreak {}get_allocator()} is \tcode {true}.
7276
7276
7277
7277
\pnum
You can’t perform that action at this time.
0 commit comments