Skip to content

Commit a7eff9a

Browse files
burblebeetkoeppe
authored andcommitted
CWG2919 Conversion function candidates for initialization of const lvalue reference
1 parent 3f3c5c9 commit a7eff9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/overloading.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,11 +1118,11 @@
11181118
\begin{itemize}
11191119
\item
11201120
``lvalue reference to \cvqual{cv2} \tcode{T2}''
1121-
(when initializing an lvalue reference or an rvalue reference to function) and
1121+
(when converting to an lvalue) and
11221122
\item
11231123
``\cvqual{cv2} \tcode{T2}''
1124-
and ``rvalue reference to \cvqual{cv2} \tcode{T2}'' (when initializing an
1125-
rvalue reference or an lvalue reference to function)
1124+
and ``rvalue reference to \cvqual{cv2} \tcode{T2}''
1125+
(when converting to an rvalue or an lvalue of function type)
11261126
\end{itemize}
11271127
for any \tcode{T2}.
11281128
The permissible types for non-explicit conversion functions are

0 commit comments

Comments
 (0)