Skip to content

Commit dd346dc

Browse files
jensmaurertkoeppe
authored andcommitted
[expr.const] Add cross-reference for construct_at
1 parent 1c162a7 commit dd346dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/expressions.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7457,7 +7457,8 @@
74577457
even if the actual evaluation of such a call
74587458
would otherwise fail the requirements for a core constant expression.
74597459
Similarly, the evaluation of a call to
7460-
\tcode{std::construct_at} or \tcode{std::ranges::construct_at}
7460+
\tcode{std::construct_at} or
7461+
\tcode{std::ranges::construct_at}\iref{specialized.construct}
74617462
does not disqualify $E$
74627463
from being a core constant expression unless
74637464
the first argument, of type \tcode{T*}, does not point

0 commit comments

Comments
 (0)