'class' : template argument '#number' : invalid address of static variable 'identifier'
There was an attempt to use the address of a static variable as a template argument. You cannot take the address of a static variable.