Skip to content

Commit a989431

Browse files
authored
[polymorphic.general] Fix garbled expression (#7820)
The applied paper P3019R14 had truncated text.
1 parent 4efa2e0 commit a989431

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/memory.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -6633,7 +6633,7 @@
66336633
\pnum
66346634
Constructing an owned object of type \tcode{U} with \tcode{args...}
66356635
using the allocator \tcode{a} means calling
6636-
\tcode{allocator_traits<Allocator>::cop, args...)} where
6636+
\tcode{allocator_traits<Allocator>::construct(a, \exposid{p}, args...)} where
66376637
\tcode{args} is an expression pack,
66386638
\tcode{a} is an allocator, and
66396639
\exposid{p} points to storage suitable for an owned object of type \tcode{U}.

0 commit comments

Comments
 (0)