mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
fix $4457
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f645ef7677
commit
d3e20d41b2
3 changed files with 3 additions and 0 deletions
|
@ -235,6 +235,7 @@ interval::interval(interval const & other):
|
|||
m_upper_open(other.m_upper_open),
|
||||
m_lower_dep(other.m_lower_dep),
|
||||
m_upper_dep(other.m_upper_dep) {
|
||||
std::cout << "copy " << m_lower << " " << m_upper << "\n";
|
||||
}
|
||||
|
||||
interval & interval::operator=(interval const & other) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue