This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Convert VisualC++ template to gcc
- From: efgee <efgee2003 at yahoo dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 3 Oct 2007 12:41:56 -0700 (PDT)
- Subject: Re: Convert VisualC++ template to gcc
- References: <13025103.post@talk.nabble.com>
Stupid me I forgot to post the error messages, here they are.
Regarding this line:
if ((*i)->name ^ *key)
These two errors:
table.h: base operand of `->' is not a pointer
table.h: no match for 'operator*' in '*key'
And regarding this line:
return (T)((**i)());
this error:
table.h: invalid type argument of `unary *'
These are the last 3 errors I have, all the others are already ironed out.
Thanks for your time and your help
efgee
--
View this message in context: http://www.nabble.com/Convert-VisualC%2B%2B-template-to-gcc-tf4563603.html#a13026322
Sent from the gcc - Help mailing list archive at Nabble.com.