Re: Overload resolution algorithm applies default values before it knows how many it will need

Boris Zbarsky:
> The current steps are:
>
>    15.  While i is less than the length of the number of arguments
>         callable is declared to take, ....
>    16.  Let callable be the operation or extended attribute of the
>         single entry in S.
>
> I believe the order of those two should be switched.

Thanks, fixed.

Received on Tuesday, 10 April 2012 02:59:38 UTC