Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Clone CDT project

> Are you calling these functions directly? If yes, you need to check whether
the class type implements 
> ICPPClassSpecialization, and if so call the corresponding
> ICPPClassSpecialization methods instead, which > take an extra IASTNode
> parameter that represents the point of instantiation.

Yes, I'm using these functions directly. 

Could you please explain what do you mean by "take an extra IASTNode
parameter that represents the point of instantiation."? What's the point of
instantiation?



--
View this message in context: http://eclipse.1072660.n5.nabble.com/Clone-CDT-project-tp187628p187635.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.


Back to the top