Compiler Error C2936

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

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