Skip to content

Commit 4d392ee

Browse files
author
Stefanus Du Toit
committed
Fix to CWG1604.
Add missing note (change two of CWG1604).
1 parent 52d155c commit 4d392ee

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/overloading.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,6 +1204,9 @@
12041204
type of the object being initialized.
12051205
Overload resolution is used
12061206
to select the user-defined conversion to be invoked.
1207+
\enternote The conversion performed for indirect binding to a reference to a possibly
1208+
cv-qualified class type is determined in terms of a corresponding non-reference
1209+
copy-initialization. \exitnote
12071210
Assuming that
12081211
``\textit{cv1} \tcode{T}'' is the type of the object being initialized, with
12091212
\tcode{T}

0 commit comments

Comments
 (0)