mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
seq
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
739043e273
commit
e2fab0a555
4 changed files with 170 additions and 124 deletions
|
@ -89,9 +89,10 @@ public:
|
|||
m_nodes.shrink(sz);
|
||||
}
|
||||
|
||||
void push_back(T * n) {
|
||||
ref_vector_core& push_back(T * n) {
|
||||
inc_ref(n);
|
||||
m_nodes.push_back(n);
|
||||
return *this;
|
||||
}
|
||||
|
||||
void pop_back() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue