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 C2960

template 'identifier' requires a tag-name

A union, struct, class, or enum specifier following a template class lacks its own identifier.

Example

template <class T> class D struct; // error