- File:
-
- 1 edited
-
src/AST/GenericSubstitution.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/GenericSubstitution.cpp
r7ff3e522 r98e8b3b 42 42 private: 43 43 // make substitution for generic type 44 void makeSub( const ReferenceToType * ty ) {44 void makeSub( const BaseInstType * ty ) { 45 45 visit_children = false; 46 46 const AggregateDecl * aggr = ty->aggr();
Note:
See TracChangeset
for help on using the changeset viewer.