Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Instantiating templates with dependent arguments

----------------------------------------
> From: tcorbat@xxxxxx
>> ... The only thing CDT can't instantiate is function bodies.
>
> Yes, but that's a crucial point too. It's the major feature if you want to follow function templates or member functions of template classes. Isn't it?

Yes, definitely. The ability to instantiate function bodies would enable many interesting features in CDT, such as the ability to type-check the instantiated statements and show errors for them as you type (the code that instantiates them).

Regards,
Nate
 		 	   		  

Back to the top