Changes in src/Tuples/TupleExpansion.cc [027c496:c470ada]
- File:
-
- 1 edited
-
src/Tuples/TupleExpansion.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/TupleExpansion.cc
r027c496 rc470ada 202 202 // generate struct type to replace tuple type based on the number of components in the tuple 203 203 StructDecl * decl = new StructDecl( toString( "_tuple", tupleSize, "_" ) ); 204 decl->location = tupleType->location; 204 205 decl->set_body( true ); 205 206 for ( size_t i = 0; i < tupleSize; ++i ) {
Note:
See TracChangeset
for help on using the changeset viewer.