Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/SatisfyAssertions.cpp

    r954c954 r07d867b  
    318318                                        if ( ! func ) continue;
    319319
    320                                         for ( const auto & param : func->params ) {
    321                                                 cost.decSpec( specCost( param ) );
     320                                        for ( const ast::DeclWithType * param : func->params ) {
     321                                                cost.decSpec( specCost( param->get_type() ) );
    322322                                        }
    323323
Note: See TracChangeset for help on using the changeset viewer.