Expand Minimize
This topic has not yet been rated - Rate this topic

Compiler Error C2963

Error Message

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.