Changes in src/Tuples/Explode.h [234b1cb:b8524ca]
- File:
-
- 1 edited
-
src/Tuples/Explode.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/Tuples/Explode.h
r234b1cb rb8524ca 211 211 // Cast a reference away to a value-type to allow further explosion. 212 212 if ( dynamic_cast< const ast::ReferenceType *>( local->result.get() ) ) { 213 local = new ast::CastExpr ( local->location, local, tupleType );213 local = new ast::CastExpr{ local, tupleType }; 214 214 } 215 215 // Now we have to go across the tuple via indexing.
Note:
See TracChangeset
for help on using the changeset viewer.