File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 57465746
57475747\item Otherwise, if the initializer expression
57485748\begin {itemize }
5749- \item is an rvalue (but not a bit-field) or function lvalue and
5749+ \item is an rvalue (but not a bit-field) or an lvalue of function type and
57505750`` \cvqual {cv1} \tcode {T1}'' is
57515751reference-compatible with `` \cvqual {cv2} \tcode {T2}'' , or
57525752
57535753\item has a class type (i.e., \tcode {T2} is a class type), where \tcode {T1}
57545754is not reference-related to \tcode {T2}, and can be converted to
5755- an rvalue or function lvalue of type `` \cvqual {cv3} \tcode {T3}'' ,
5755+ an rvalue of type `` \cvqual {cv3} \tcode {T3}'' or
5756+ an lvalue of function type `` \cvqual {cv3} \tcode {T3}'' ,
57565757where `` \cvqual {cv1} \tcode {T1}'' is
57575758reference-compatible with `` \cvqual {cv3} \tcode {T3}'' (see~\ref {over.match.ref }),
57585759\end {itemize }
You can’t perform that action at this time.
0 commit comments