Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Candidate.hpp

    rd76f32c r9d5089e  
    5858
    5959        Candidate(
     60                const ast::Expr * x, const ast::TypeEnvironment & e, const ast::OpenVarSet & o,
     61                const ast::AssertionSet & n, const Cost & c, const Cost & cvt = Cost::zero )
     62        : expr( x ), cost( c ), cvtCost( cvt ), env( e ), open( o ), need( n.begin(), n.end() ) {}
     63
     64        Candidate(
    6065                const ast::Expr * x, ast::TypeEnvironment && e, ast::OpenVarSet && o,
    6166                ast::AssertionSet && n, const Cost & c, const Cost & cvt = Cost::zero )
Note: See TracChangeset for help on using the changeset viewer.