diff --git a/source/memory.tex b/source/memory.tex index 7b1056874b..eb795e7ba3 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -5820,7 +5820,7 @@ \pnum The template parameter \tcode{Allocator} of \tcode{indirect} -shall meet the \oldconceptname{Allocator} requirements. +shall meet the \oldconcept{Allocator} requirements. \pnum If a program declares an explicit or partial specialization of \tcode{indirect}, @@ -6480,7 +6480,7 @@ If \tcode{allocator_traits::propagate_on_container_swap::value} is \tcode{true}, then -\tcode{Allocator} meets the \oldconceptname{Swappable} requirements. +\tcode{Allocator} meets the \oldconcept{Swappable} requirements. Otherwise \tcode{get_allocator() == other.\linebreak{}get_allocator()} is \tcode{true}. \pnum @@ -6677,7 +6677,7 @@ \pnum The template parameter \tcode{Allocator} of \tcode{polymorphic} -shall meet the requirements of \oldconceptname{Allocator}. +shall meet the requirements of \oldconcept{Allocator}. \pnum If a program declares an explicit or @@ -7271,7 +7271,7 @@ \expects If \tcode{allocator_traits::propagate_on_container_swap::value} is \tcode{true}, then -\tcode{Allocator} meets the \oldconceptname{Swappable} requirements. +\tcode{Allocator} meets the \oldconcept{Swappable} requirements. Otherwise \tcode{get_allocator() == other.\linebreak{}get_allocator()} is \tcode{true}. \pnum