'identifier' : user specialization of template class has an incomplete definition : expected '}' but found 'symbol'
The compiler was unable to match braces around a templated class while attempting to generate a user specialization. Check the braces in the template definition.