Skip to content

Commit fc923d6

Browse files
committed
CWG2481 Cv-qualification of temporary to which a reference is bound
1 parent f7e25e5 commit fc923d6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/declarations.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5497,9 +5497,10 @@
54975497
\item
54985498
Otherwise,
54995499
the initializer expression is implicitly converted to a prvalue
5500-
of type ``\cvqual{cv1} \tcode{T1}''.
5501-
The temporary materialization conversion is applied and the reference is
5502-
bound to the result.
5500+
of type ``\tcode{T1}''.
5501+
The temporary materialization conversion is applied,
5502+
considering the type of the prvalue to be ``\cvqual{cv1} \tcode{T1}'',
5503+
and the reference is bound to the result.
55035504
\end{itemize}
55045505

55055506
If

0 commit comments

Comments
 (0)