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