Skip to content

Commit a054daf

Browse files
jensmaurertkoeppe
authored andcommitted
[dcl.init.ref] Avoid 'value of the expression'
when the properties of the expression are still relevant. Also avoid "result of the conversion".
1 parent 80d937e commit a054daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/declarations.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5478,8 +5478,8 @@
54785478
reference-compatible with ``\cvqual{cv3} \tcode{T3}'' (see~\ref{over.match.ref}),
54795479
\end{itemize}
54805480
then
5481-
the value of the initializer expression in the first case and
5482-
the result of the conversion in the second case
5481+
the initializer expression in the first case and
5482+
the converted expression in the second case
54835483
is called the converted initializer.
54845484
If the converted initializer is a prvalue,
54855485
its type \tcode{T4} is adjusted to type ``\cvqual{cv1} \tcode{T4}''\iref{conv.qual}

0 commit comments

Comments
 (0)