G++ 3.3.1 Specialization bug?
Kirill Smelkov
kirr@landau.phys.spbu.ru
Mon Sep 1 07:40:00 GMT 2003
Wu Yongwei wrote:
> Carlo Wood wrote:
[...]
>>
>> #define SGI_HASH_NAMESPACE __gnu_cxx
>
>
> Yes, this is really the solution I use now (though I use the name SGI_EXT).
>
>> [snip]
>
>
> Macros can solve the problem for now. But I want to see whether a more
> "decent" solution exists. __gnu_cxx is really uglifying things (yes, I
> know there are reasons for this :-) ).
namespace SGI_EXT = __gnu_cxx;
--
Hope that helps.
More information about the Libstdc++
mailing list