mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
b1cdb3e451
commit
78a1f53ac9
4 changed files with 44 additions and 20 deletions
|
@ -249,7 +249,6 @@ public:
|
|||
}
|
||||
|
||||
element_ref & operator=(T * n) {
|
||||
SASSERT(n);
|
||||
m_manager.inc_ref(n);
|
||||
m_manager.dec_ref(m_ref);
|
||||
m_ref = n;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue