Compiler Error C2971

'class' : template argument '#number' : invalid address of local variable 'identifier'

There was an attempt to use the address of a local variable as a template argument. You cannot take the address of a local variable.