This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Error C2963
string literals are not permitted as parameter to a template specialization
One or more of the template parameter expressions is a string literal.
Possible solution
- Use a pointer to a string variable.