This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: template-id `hash<const char*>' used as a declarator
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: "PARK,YOUNG-HYUN" <park507 at ufl dot edu>, gcc-help at gcc dot gnu dot org
- Date: Wed, 20 Aug 2003 07:03:41 -0500
- Subject: Re: template-id `hash<const char*>' used as a declarator
Hi Young-Hyun,
What is this line supposed to be doing in your code...
unsigned char hash<const char*> H;
...?
That doesn't look like valid C++ code.
--Eljay