Changes in src/Tuples/TupleExpansion.cc [02fdb8e:e15853c]
- File:
-
- 1 edited
-
src/Tuples/TupleExpansion.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/TupleExpansion.cc
r02fdb8e re15853c 58 58 }; 59 59 60 struct TupleTypeReplacer : public WithDeclsToAdd, public WithGuards, public With ConstTypeSubstitution {60 struct TupleTypeReplacer : public WithDeclsToAdd, public WithGuards, public WithTypeSubstitution { 61 61 Type * postmutate( TupleType * tupleType ); 62 62
Note:
See TracChangeset
for help on using the changeset viewer.