Skip to content

Commit 03dc4de

Browse files
authored
[mem.composite.types] Replace \oldconceptname with \oldconcept (#7814)
1 parent 157177a commit 03dc4de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/memory.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -5820,7 +5820,7 @@
58205820

58215821
\pnum
58225822
The template parameter \tcode{Allocator} of \tcode{indirect}
5823-
shall meet the \oldconceptname{Allocator} requirements.
5823+
shall meet the \oldconcept{Allocator} requirements.
58245824

58255825
\pnum
58265826
If a program declares an explicit or partial specialization of \tcode{indirect},
@@ -6480,7 +6480,7 @@
64806480
If
64816481
\tcode{allocator_traits<Allocator>::propagate_on_container_swap::value}
64826482
is \tcode{true}, then
6483-
\tcode{Allocator} meets the \oldconceptname{Swappable} requirements.
6483+
\tcode{Allocator} meets the \oldconcept{Swappable} requirements.
64846484
Otherwise \tcode{get_allocator() == other.\linebreak{}get_allocator()} is \tcode{true}.
64856485

64866486
\pnum
@@ -6677,7 +6677,7 @@
66776677

66786678
\pnum
66796679
The template parameter \tcode{Allocator} of \tcode{polymorphic}
6680-
shall meet the requirements of \oldconceptname{Allocator}.
6680+
shall meet the requirements of \oldconcept{Allocator}.
66816681

66826682
\pnum
66836683
If a program declares an explicit or
@@ -7271,7 +7271,7 @@
72717271
\expects
72727272
If \tcode{allocator_traits<Allocator>::propagate_on_container_swap::value}
72737273
is \tcode{true}, then
7274-
\tcode{Allocator} meets the \oldconceptname{Swappable} requirements.
7274+
\tcode{Allocator} meets the \oldconcept{Swappable} requirements.
72757275
Otherwise \tcode{get_allocator() == other.\linebreak{}get_allocator()} is \tcode{true}.
72767276

72777277
\pnum

0 commit comments

Comments
 (0)