Changeset bfae637 for src/GenPoly/Box.cc


Ignore:
Timestamp:
Apr 11, 2016, 3:22:36 PM (8 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, gc_noraii, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, string, with_gc
Children:
6f49cdf
Parents:
63c0dbf
Message:

Initial compiling build with TyVarMap? as ErasableScopedMap?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.cc

    r63c0dbf rbfae637  
    12781278                        std::list< Expression *>::iterator paramBegin = appExpr->get_args().begin();
    12791279
    1280                         TyVarMap exprTyVars;
     1280                        TyVarMap exprTyVars( (TypeDecl::Kind)-1 );
    12811281                        makeTyVarMap( function, exprTyVars );
    12821282                        ReferenceToType *polyRetType = isPolyRet( function );
Note: See TracChangeset for help on using the changeset viewer.