diff --git a/src/ast/sls/sls_bv_tracker.h b/src/ast/sls/sls_bv_tracker.h index 37ef91480..5b228a36b 100644 --- a/src/ast/sls/sls_bv_tracker.h +++ b/src/ast/sls/sls_bv_tracker.h @@ -55,7 +55,7 @@ class sls_tracker { touched = other.touched; } ~value_score() { if (m) m->del(value); } - value_score& operator=(value_score&&) = default; + value_score& operator=(value_score&&) noexcept = default; value_score &operator=(const value_score &other) { if (this != &other) { if (m)