This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Curious issue with char_traits
Peter Dimov wrote:
> Paolo Carlini wrote:
>
>> A variant of this idea would be concentrating on the free functions:
>> for one, AFAICS, there are no dangers coming from classes like slist
>> or hash_map;
>
> I don't have g++4 now to check, but g++ is (was?) the only compiler in
> existence where non-function names are found by ADL and cause errors.
If this is really still true (I'm going to check) we have to fix the
compiler first, it's crazy!
Paolo.