Changes in src/Tuples/TupleExpansion.cc [c470ada:027c496]
- File:
-
- 1 edited
-
src/Tuples/TupleExpansion.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/TupleExpansion.cc
rc470ada r027c496 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;205 204 decl->set_body( true ); 206 205 for ( size_t i = 0; i < tupleSize; ++i ) {
Note:
See TracChangeset
for help on using the changeset viewer.