Changes in src/AST/GenericSubstitution.cpp [4f6dda0:98e8b3b]
- File:
-
- 1 edited
-
src/AST/GenericSubstitution.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/AST/GenericSubstitution.cpp
r4f6dda0 r98e8b3b 45 45 visit_children = false; 46 46 const AggregateDecl * aggr = ty->aggr(); 47 sub = TypeSubstitution ( aggr->params, ty->params );47 sub = TypeSubstitution{ aggr->params.begin(), aggr->params.end(), ty->params.begin() }; 48 48 } 49 49
Note:
See TracChangeset
for help on using the changeset viewer.