template struct UnusedIntTemplateParam {}; template class Outer { static const long SIZE = 1; UnusedIntTemplateParam i; }; class AutoIdVector { Outer ar; };