Compiler Error C2939

'class' : template-class-id redefined as a local data variable

There was an attempt to use the templated class as a local data variable. Make sure that the curly braces ({}) in this area are properly matched.