From 3af7def07410fc587ac9b02422e95fda18657d8b Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 25 Oct 2025 18:22:16 +0200 Subject: [PATCH] [dcl.init.general] Add cross-references for mandatory copy elision --- source/declarations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/declarations.tex b/source/declarations.tex index ee70278b83..8087e11338 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -5281,7 +5281,7 @@ is the same as the destination type, the initializer expression is used to initialize the destination object. \begin{example} -\tcode{T x = T(T(T()));} value-initializes \tcode{x}. +\tcode{T x = T(T(T()));} value-initializes \tcode{x}\iref{basic.lval,expr.type.conv}. \end{example} \item Otherwise, if the initialization is direct-initialization,