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 5746
5746
5747
5747
\item Otherwise, if the initializer expression
5748
5748
\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
5750
5750
`` \cvqual {cv1} \tcode {T1}'' is
5751
5751
reference-compatible with `` \cvqual {cv2} \tcode {T2}'' , or
5752
5752
5753
5753
\item has a class type (i.e., \tcode {T2} is a class type), where \tcode {T1}
5754
5754
is 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}'' ,
5756
5757
where `` \cvqual {cv1} \tcode {T1}'' is
5757
5758
reference-compatible with `` \cvqual {cv3} \tcode {T3}'' (see~\ref {over.match.ref }),
5758
5759
\end {itemize }
You can’t perform that action at this time.
0 commit comments