Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/ConversionCost.cpp

    ra7efc96 r5ccc733  
    192192
    193193Cost enumCastCost (
    194         const ast::EnumInstType * src, const ast::EnumInstType * dst,
     194        const ast::EnumInstType * src, const ast::EnumInstType * dst, 
    195195        const ast::SymbolTable & symtab, const ast::TypeEnvironment & env
    196196);
     
    488488// (dst) src is safe is src is a subtype of dst, or dst {inline src, ...}
    489489Cost enumCastCost (
    490         const ast::EnumInstType * src, const ast::EnumInstType * dst,
     490        const ast::EnumInstType * src, const ast::EnumInstType * dst, 
    491491        const ast::SymbolTable & symtab, const ast::TypeEnvironment & env
    492492) {
Note: See TracChangeset for help on using the changeset viewer.