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 C2904

'identifier' : template-name already defined as 'declaration'

Check the code for duplicate names.

Example

void X(); // X is declared as a function
template<class T> class X{}; // error