Changes in src/Tuples/TupleExpansion.cpp [ed96731:c92bdcc]
- File:
-
- 1 edited
-
src/Tuples/TupleExpansion.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/TupleExpansion.cpp
red96731 rc92bdcc 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.