Tagged Questions

2
votes
1answer
793 views

Too few template-parameter-lists problem

Can anybody please tell me how to make the following pseudo-code compatible with GCC4? I wonder how it works under MSVC... typedef int TypeA; typedef float TypeB; class MyClass { // No base template ...