We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e7abb commit 06ed96dCopy full SHA for 06ed96d
src/ast/sls/sls_bv_tracker.h
@@ -55,7 +55,7 @@ class sls_tracker {
55
touched = other.touched;
56
}
57
~value_score() { if (m) m->del(value); }
58
- value_score& operator=(value_score&&) = default;
+ value_score& operator=(value_score&&) noexcept = default;
59
value_score &operator=(const value_score &other) {
60
if (this != &other) {
61
if (m)
0 commit comments