Jason Merrill <ja...@redhat.com> writes: > On 11/16/2012 07:43 AM, Dodji Seketeli wrote: >> So I guess that condition should be changed to TREE_CODE >> (template_type) == ENUMERAL_TYPE, to specifically detect the member >> enum of a class template case. > > Why does that help? What is template_type in the alias template case?
template_type is the template_type_parm T, which new name is AddConst. -- Dodji