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.

This error may be fixed if you use a pointer to a string variable.