This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2931
'class' : template-class-id redefined as a member function of 'identifier'
You cannot use a templated class as a member function of another class.
Possible cause
- Braces improperly matched.