Compiler Error C2061
syntax error : identifier 'identifier' The compiler found an identifier where it wasn't expected. ... // C2061.cpp // compile with: /c template < A a > // C2061 // try the following line instead // template < typename b > class c{}; C2061 can occur if you
msdn.microsoft.com |