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/GenPoly/Specialize.cc

    r68f9c43 r8d7bef2  
    1717#include <iterator>                      // for back_insert_iterator, back_i...
    1818#include <map>                           // for _Rb_tree_iterator, _Rb_tree_...
    19 #include <memory>                        // for unique_ptr
    2019#include <string>                        // for string
    2120#include <tuple>                         // for get
     
    225224                        env->apply( actualType );
    226225                }
    227                 std::unique_ptr< FunctionType > actualTypeManager( actualType ); // for RAII
    228226                std::list< DeclarationWithType * >::iterator actualBegin = actualType->get_parameters().begin();
    229227                std::list< DeclarationWithType * >::iterator actualEnd = actualType->get_parameters().end();
Note: See TracChangeset for help on using the changeset viewer.