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 C2992

'class' : invalid or missing template parameter list

The class is preceded by a template keyword with no parameters.

Example

template<> class A {};  // error