This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2956
'<' : unexpected for non-template class 'identifier'; ignoring template argument list
You cannot instantiate a non-templated class.
Possible cause
- Wrong class name before the angle brackets.
Example
class c{};
c<int> MyClass; // error