Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] what exactly is stored in the index?

>> template <typename T> class A {}; 
>>  
>> void f() 
>> { 
>>          typedef int Int; 
>>          A<Int> a; 
>> } 
>  
> It seems that the class instance A<Int> should not be stored in the  
> index, but there should be a PDOMName representing 'A' in 'A<Int> a;' 

Why, if it's a local declaration?

Thanks,
Nate
 		 	   		  

Back to the top