Skip to content

Commit 2cfab65

Browse files
burblebeetkoeppe
authored andcommitted
CWG2649 Incorrect note about implicit conversion sequence
Fixes NB CA 064 (C++23 CD).
1 parent 0118297 commit 2cfab65

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

source/overloading.tex

-6
Original file line numberDiff line numberDiff line change
@@ -579,12 +579,6 @@
579579
When comparing the call against a
580580
surrogate call function, the implied object argument is compared
581581
against the first parameter of the surrogate call function.
582-
The
583-
conversion function from which the surrogate call function was
584-
derived will be used in the conversion sequence for that
585-
parameter since it converts the implied object argument to the
586-
appropriate function pointer or reference required by that first
587-
parameter.
588582
\end{note}
589583
\begin{example}
590584
\begin{codeblock}

0 commit comments

Comments
 (0)