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

2006-03-17 Thread Michael Gourlay
PM To: gcc-bugs@gcc.gnu.org Subject: too few template-parameter-lists with nested template 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):

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