We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ea4d8 commit 393c299Copy full SHA for 393c299
source/declarations.tex
@@ -6192,9 +6192,10 @@
6192
``\cvqual{cv1} \tcode{T1}'' by
6193
user-defined conversion\iref{dcl.init,over.match.copy,over.match.conv};
6194
the program is ill-formed if the corresponding non-reference
6195
-copy-initialization would be ill-formed. The result of the call to the
+copy-initialization would be ill-formed. The result $E$ of the call to the
6196
conversion function, as described for the non-reference
6197
-copy-initialization, is then used to direct-initialize the reference.
+copy-initialization, is then used to direct-initialize the reference
6198
+using the form \tcode{($E$)}.
6199
For this direct-initialization, user-defined conversions are not considered.
6200
\item
6201
Otherwise,
0 commit comments