Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/ConversionCost.cc

    rd958834b rfc134a48  
    695695        if ( const ast::Type * baseType = baseEnum->base ) {
    696696                cost = costCalc( baseType, dst, srcIsLvalue, symtab, env );
    697                 // cost = Cost::safe;
    698697        } else {
    699698                (void)enumInstType;
Note: See TracChangeset for help on using the changeset viewer.