moosetechnology / Famix

An abstract representation of source code. Famix is generic and can describe applications in multiple programming languages.
MIT License
13 stars 24 forks source link

Remove TTemplate / TWithTemplates / TTemplateUser ? #844

Open NicolasAnquetil opened 1 month ago

NicolasAnquetil commented 1 month ago

They don't seem to be used and I don't know what they represent

Gabriel-Darbord commented 2 days ago

Isn't that for C++ templates, the (sort of) equivalent of Java generics? Although the C++ metamodel now uses FamixTParametricEntity&co, and these traits define nothing more than their relationships to each other, which is strange.