Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.cc

    r1e8f143 r2871210  
    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;
    699701                        Cost thisCost = castCostList( (*i).expr->get_results().begin(), candidate_end,
    700702                                                                                  castExpr->get_results().begin(), castExpr->get_results().end(), indexer, i->env );
Note: See TracChangeset for help on using the changeset viewer.