This is the mail archive of the gcc-help@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]

More template(s) errors with GCC3.2-7


Can someone demystify this error for me?

It comes out of a header file, and this did compile with gcc 2.96.

typedef hash_map<int, Neighbor_Entry *> Neighbors_Hash;

the compilation error is:

In file included from diffusion3/apps/gear/geo-routing.cc:11:
diffusion3/apps/gear/geo-routing.hh:187: syntax error before `;' token


Any ideas why I get the syntax error, and what it really means?

Thanks a lot!
Rade




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]