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):
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