We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4efa2e0 commit a989431Copy full SHA for a989431
source/memory.tex
@@ -6633,7 +6633,7 @@
6633
\pnum
6634
Constructing an owned object of type \tcode{U} with \tcode{args...}
6635
using the allocator \tcode{a} means calling
6636
-\tcode{allocator_traits<Allocator>::cop, args...)} where
+\tcode{allocator_traits<Allocator>::construct(a, \exposid{p}, args...)} where
6637
\tcode{args} is an expression pack,
6638
\tcode{a} is an allocator, and
6639
\exposid{p} points to storage suitable for an owned object of type \tcode{U}.
0 commit comments