Vladimir Jovic <> wrote:
>Stuart Redmann wrote:
>> I agree that overload resolving and ADL are quite complex. However, I
>> don't see why C++ should be a poor language in that regard. Or do you
>> mean that most compilers are quite bad at error messages when it comes
>> to errors with ADL/overload resolution? I'd value your opinion.
>He probably meant that the poor compiler has to do all dirty and hard
>work
That is also how I interpreted it
>Most likely he didn't mean the c++ compilers or c++ language are crap.
Maintaining the separate compilation model while keeping the naming/
scoping/overloading scheme general is a balancing act.
Steve