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/InitTweak/InitTweak.cc

    r68f9c43 r8d7bef2  
    122122        public:
    123123                ExprImpl( Expression * expr ) : arg( expr ) {}
    124                 virtual ~ExprImp() = default;
     124                virtual ~ExprImpl() = default;
    125125
    126126                virtual std::list< Expression * > next( std::list< Expression * > & indices ) {
Note: See TracChangeset for help on using the changeset viewer.