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 C2924

'identifier' : explicit instantiation; name is not a member of a template-class specialization

You cannot explicitly instantiate an identifier that is not a templated class.

Example

template int NotAClass;  // error