Ignore:
Timestamp:
Mar 20, 2018, 5:12:25 PM (7 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/GenPoly/GenPoly.cc

    r68f9c43 r8d7bef2  
    437437                Type * newType = arg->clone();
    438438                if ( env ) env->apply( newType );
    439                 std::unique_ptr<Type> manager( newType );
    440439                // if the argument's type is polymorphic, we don't need to box again!
    441440                return ! isPolyType( newType );
Note: See TracChangeset for help on using the changeset viewer.