From 3b763d2c3d154c1c6308b2e4df866a859e8d3174 Mon Sep 17 00:00:00 2001 From: Geng Cheng Date: Thu, 10 Apr 2025 09:59:14 +0800 Subject: [PATCH] Update memory.tex --- source/memory.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/memory.tex b/source/memory.tex index eb795e7ba3..3e11ab986b 100644 --- a/source/memory.tex +++ b/source/memory.tex @@ -6633,7 +6633,7 @@ \pnum Constructing an owned object of type \tcode{U} with \tcode{args...} using the allocator \tcode{a} means calling -\tcode{allocator_traits::cop, args...)} where +\tcode{allocator_traits::construct(a, \exposid{p}, args...)} where \tcode{args} is an expression pack, \tcode{a} is an allocator, and \exposid{p} points to storage suitable for an owned object of type \tcode{U}.