Changes in src/Tuples/TupleExpansion.cpp [c92bdcc:ed96731]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/TupleExpansion.cpp
rc92bdcc red96731 28 28 }; 29 29 30 struct UniqueExprExpander final : public ast::WithDeclsToAdd <>{30 struct UniqueExprExpander final : public ast::WithDeclsToAdd { 31 31 const ast::Expr * postvisit( const ast::UniqueExpr * unqExpr ); 32 32 // Not a vector, because they may not be adding in increasing order. … … 37 37 struct TupleMainExpander final : 38 38 public ast::WithCodeLocation, 39 public ast::WithDeclsToAdd <>,39 public ast::WithDeclsToAdd, 40 40 public ast::WithGuards, 41 41 public ast::WithVisitorRef<TupleMainExpander> {
Note:
See TracChangeset
for help on using the changeset viewer.