Changeset ed96731 for src/Tuples/TupleExpansion.cpp
- Timestamp:
- Nov 18, 2024, 3:43:38 PM (4 months ago)
- Branches:
- master
- Children:
- 29075d1
- Parents:
- 0dffe91
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/TupleExpansion.cpp
r0dffe91 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.