NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Compiler Error C2957

'symbol' : invalid left delimiter for template class 'identifier' : expected '<'

The symbol appears instead of an opening angle bracket when referring to a templated class.

Possible cause

Example

template <class T> class c {};
c <<int> Instantiation1;  // error