2 Mar
2005
2 Mar
'05
10:15 p.m.
Arkadiy Vertleyb wrote:
The GCC's ADL is sure broken, but this only shows up in combination with another problem -- unqualified calls.
That's because ADL only applies to unqualified calls. ;-)
Just fixing ADL would not solve the problem -- MPL is free to have a *function* called end().
Overload resolution usually sorts them out. The problem with finding non-functions is that it never gets the chance to kick in.