Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/ConversionCost.cc

    r4040425 r843054c2  
    1010// Created On       : Sun May 17 07:06:19 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Mar  2 17:35:46 2016
    13 // Update Count     : 6
     12// Last Modified On : Sun May 17 07:22:19 2015
     13// Update Count     : 4
    1414//
    1515
     
    206206        }
    207207
    208         void ConversionCost::visit(TraitInstType *inst) {
     208        void ConversionCost::visit(ContextInstType *inst) {
    209209        }
    210210
     
    247247                } // if
    248248        }
    249 
    250         void ConversionCost::visit(VarArgsType *varArgsType) {
    251                 if ( dynamic_cast< VarArgsType* >( dest ) ) {
    252                         cost = Cost::zero;
    253                 }
    254         }
    255249} // namespace ResolvExpr
    256250
Note: See TracChangeset for help on using the changeset viewer.