Compiler Error C2963
Visual Studio 2005
Error Message
string literals are not permitted as parameter to a template specializationOne 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.