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/SynTree/GcTracer.h

    r68f9c43 r8d7bef2  
    5252static inline const GC& operator<< ( const GC& gc, const std::list<Declaration*>& translationUnit ) {
    5353        PassVisitor<GcTracer> tracer{ gc };
    54         acceptAll( translationUnit, tracer );
     54        acceptAll( const_cast<std::list<Declaration*>&>( translationUnit ), tracer );
    5555        return gc;
    5656}
Note: See TracChangeset for help on using the changeset viewer.