Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/AlternativeFinder.cc

    r02cea2d r85517ddb  
    336336                                std::cerr << std::endl << " to ";
    337337                                assert->second.formalType->print( std::cerr, 8 );
    338                         )
    339                         Cost newCost = conversionCost( assert->second.actualType, assert->second.formalType, indexer, alt.env );
     338                                )
     339                                Cost newCost = conversionCost( assert->second.actualType, assert->second.formalType, indexer, alt.env );
    340340                        PRINT(
    341341                                std::cerr << std::endl << "cost of conversion is " << newCost << std::endl;
    342                         )
    343                         if ( newCost == Cost::infinity ) {
    344                                 return newCost;
    345                         }
     342                                )
     343                                if ( newCost == Cost::infinity ) {
     344                                        return newCost;
     345                                }
    346346                        convCost += newCost;
    347347
Note: See TracChangeset for help on using the changeset viewer.