Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.cc

    r2871210 r1e8f143  
    697697                        std::list< Type* >::iterator candidate_end = (*i).expr->get_results().begin();
    698698                        std::advance( candidate_end, castExpr->get_results().size() );
    699                         if ( ! unifyList( (*i).expr->get_results().begin(), candidate_end,
    700                                                          castExpr->get_results().begin(), castExpr->get_results().end(), i->env, needAssertions, haveAssertions, openVars, indexer ) ) continue;
    701699                        Cost thisCost = castCostList( (*i).expr->get_results().begin(), candidate_end,
    702700                                                                                  castExpr->get_results().begin(), castExpr->get_results().end(), indexer, i->env );
Note: See TracChangeset for help on using the changeset viewer.