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

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.

-Boris

Received on Monday, 9 April 2012 20:21:09 UTC