Skip to content

Commit f1e4e9e

Browse files
burblebeetkoeppe
authored andcommitted
CWG2750 construct_at without constructor call
1 parent 065834a commit f1e4e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7642,7 +7642,7 @@
76427642
\tcode{std::construct_at} or
76437643
\tcode{std::ranges::construct_at}
76447644
is considered to include only
7645-
the underlying constructor call
7645+
the initialization of the \tcode{T} object
76467646
if the first argument (of type \tcode{T*}) points
76477647
to storage allocated with \tcode{std::allocator<T>} or
76487648
to an object whose lifetime began within the evaluation of $E$.

0 commit comments

Comments
 (0)