This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Carlo Wood wrote:[...]
namespace SGI_EXT = __gnu_cxx;
#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 :-) ).
-- Hope that helps.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |