Compiler Error C2968

'identifier' : user specialization of template class has an incomplete definition : expected '}' but found 'symbol'

When attempting to generate a user specialization of a template class, the compiler was unable to match braces around the templated class. Check the template definition for matching curly braces ({}).