Changes in src/ResolvExpr/Candidate.hpp [9d5089e:d76f32c]
- File:
-
- 1 edited
-
src/ResolvExpr/Candidate.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/ResolvExpr/Candidate.hpp
r9d5089e rd76f32c 58 58 59 59 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(65 60 const ast::Expr * x, ast::TypeEnvironment && e, ast::OpenVarSet && o, 66 61 ast::AssertionSet && n, const Cost & c, const Cost & cvt = Cost::zero )
Note:
See TracChangeset
for help on using the changeset viewer.