$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2005-03-02 17:15:32
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.