mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
parent
8c5993d9a6
commit
9c3f0190f4
9 changed files with 272 additions and 310 deletions
|
@ -103,7 +103,10 @@ public:
|
|||
}
|
||||
|
||||
ref_pair_vector_core& push_back(T * a, T* b) {
|
||||
return push_back(std::make_pair(a, b));
|
||||
inc_ref(a);
|
||||
inc_ref(b);
|
||||
m_nodes.push_back(elem_t(a, b));
|
||||
return *this;
|
||||
}
|
||||
|
||||
template <typename M>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue