This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Compile errors
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Parms singh <list_track at yahoo dot com>, corey taylor <corey dot taylor at gmail dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Mon, 28 Mar 2005 16:14:47 -0600
- Subject: Re: Compile errors
- References: <6667@adobe.com><20050328220131.17132.qmail@web61304.mail.yahoo.com>
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