Changeset 2e3a379 for src/GenPoly


Ignore:
Timestamp:
May 4, 2016, 11:07:41 AM (8 years ago)
Author:
Rob Schluntz <rschlunt@…>
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, with_gc
Children:
7cc6bd6
Parents:
d7903b1
Message:

Change cloneAndRename to clone all assertion parameters rather than only otype parameters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/GenPoly/Box.cc

    rd7903b1 r2e3a379  
    1010// Created On       : Mon May 18 07:44:20 2015
    1111// Last Modified By : Rob Schluntz
    12 // Last Modified On : Mon May 02 14:49:01 2016
     12// Last Modified On : Tue May 03 16:44:47 2016
    1313// Update Count     : 295
    1414//
     
    12931293                        } else if ( needsAdapter( function, scopeTyVars ) ) {
    12941294                                // std::cerr << "needs adapter: ";
    1295                                 // for ( TyVarMap::iterator i = scopeTyVars.begin(); i != scopeTyVars.end(); ++i ) {
    1296                                 //      std::cerr << i->first << " ";
    1297                                 // }
    1298                                 // std::cerr << "\n";
     1295                                // printTyVarMap( std::cerr, scopeTyVars );
     1296                                // std::cerr << *env << std::endl;
    12991297                                // change the application so it calls the adapter rather than the passed function
    13001298                                ret = applyAdapter( appExpr, function, arg, scopeTyVars );
Note: See TracChangeset for help on using the changeset viewer.