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 C2998

'identifier' : is not a valid name for a template definition

The compiler cannot understand the syntax used in the template definition.

Example

template <class T> int x = 1018; // error