mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
delete more default constructors
reduces code size by 0.1%
This commit is contained in:
parent
4b4a28239f
commit
737c2208fa
41 changed files with 35 additions and 91 deletions
|
@ -777,7 +777,7 @@ public:
|
|||
ptr_vector<expr> es;
|
||||
unsigned k = 0;
|
||||
rational weight;
|
||||
bound_info() {}
|
||||
bound_info() = default;
|
||||
bound_info(ptr_vector<expr> const& es, unsigned k, rational const& weight):
|
||||
es(es), k(k), weight(weight) {}
|
||||
bound_info(expr_ref_vector const& es, unsigned k, rational const& weight):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue