RE: too few template-parameter-lists with nested template

2006-03-17 Thread Michael Gourlay
g in G++. Should that go into bugzilla? Dr. Michael J. Gourlay University of Central Florida / FIEA -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Gourlay Sent: Thursday, March 16, 2006 4:33

too few template-parameter-lists with nested template

2006-03-16 Thread Michael Gourlay
I've seen other posts asking a similar question, but the solution continues to evade me. I have a line of code that compiles and runs as designed with MSVC but not under g++ 3.4.2 (mingw-special): HashTable::FactoryEntry> Factory::sFactoryTable ; The following lines do compile (but see cavea