Skip to content

Commit f256839

Browse files
committed
[over.match.oper] Add a note for conversions on synthesized candidates.
1 parent 4f11b39 commit f256839

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

source/overloading.tex

+5
Original file line numberDiff line numberDiff line change
@@ -1076,6 +1076,11 @@
10761076
\end{itemize}
10771077
where in each case \tcode{operator<=>} candidates
10781078
are not considered for the recursive lookup of operator \tcode{@}.
1079+
\begin{note}
1080+
A candidate synthesized from a member candidate has its implicit
1081+
object parameter as the second parameter, thus implicit conversions
1082+
are considered for the first, but not for the second, parameter.
1083+
\end{note}
10791084

10801085
\pnum
10811086
The argument list contains all of the

0 commit comments

Comments
 (0)