Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/ResolvExpr/Candidate.hpp

    r9d5089e rd76f32c  
    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(
    6560                const ast::Expr * x, ast::TypeEnvironment && e, ast::OpenVarSet && o,
    6661                ast::AssertionSet && n, const Cost & c, const Cost & cvt = Cost::zero )
Note: See TracChangeset for help on using the changeset viewer.