Ignore:
Timestamp:
Mar 20, 2018, 5:12:25 PM (6 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
new-env, with_gc
Children:
7e4b44db
Parents:
68f9c43
Message:

First compiling build of CFA-CC with GC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Tuples/Explode.cc

    r68f9c43 r8d7bef2  
    8787                                // field is consistent with the type of the tuple expr, since the field
    8888                                // may have changed from type T to T&.
    89                                 return new TupleIndexExpr{ tupleExpr->get_tuple(), tupleExpr->get_index() };
     89                                return new TupleIndexExpr( tupleExpr->get_tuple(), tupleExpr->get_index() );
    9090                        }
    9191                };
Note: See TracChangeset for help on using the changeset viewer.