Compile errors

Eljay Love-Jensen eljay@adobe.com
Mon Mar 28 22:15:00 GMT 2005


Hi Parms,

I think hash is in __gnu_cxx namespace.

Try this instead:
using __gnu_cxx::hash;

Also, I suggest you do not put using statements in your header files.  Bad mojo.

--Eljay



More information about the Gcc-help mailing list