mirror of
https://github.com/Z3Prover/z3
synced 2025-04-08 18:31:49 +00:00
fix #5895
This commit is contained in:
parent
c51ca86203
commit
545341e699
|
@ -292,7 +292,7 @@ v_dependency * interval::join_opt(v_dependency * d1, v_dependency * d2, v_depend
|
|||
}
|
||||
|
||||
interval & interval::operator*=(interval const & other) {
|
||||
#if Z3DEBUG || _TRACE
|
||||
#if defined(Z3DEBUG) || defined(_TRACE)
|
||||
bool contains_zero1 = contains_zero();
|
||||
bool contains_zero2 = other.contains_zero();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue