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