Am Donnerstag, 30. November 2006 01:20 schrieb Matt Diephouse: > Matt Diephouse <[EMAIL PROTECTED]> wrote: > > We've basically run into the fact that there's no spec for MMD. I'll > > see if I can provide a patch that just makes "_" match native types, > > but I think it'll be somewhat more involved than this one. > > It ended up being easier than expected -- implemented in r15910.
Looks good and works as expected. BTW: the subject is a bit misleading, MMD and auto{un,}boxing are really orthogonal, the former selects a sub depending on call argument types (and available multis), the latter deals with argument passing to the one select sub. Great job, thanks leo