Changeset 10a9479d for src/Tuples/TupleExpansion.cpp
- Timestamp:
- Nov 23, 2024, 8:28:37 PM (11 months ago)
- Branches:
- master
- Children:
- 956b389
- Parents:
- b006c51e (diff), de7b7a5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/TupleExpansion.cpp
rb006c51e r10a9479d 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.