mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 20:05:51 +00:00
simplifications to refs
This commit is contained in:
parent
8e4ef19f45
commit
edf0df634d
5 changed files with 14 additions and 14 deletions
|
@ -99,8 +99,8 @@ public:
|
|||
return *this;
|
||||
}
|
||||
|
||||
template <typename W, typename M>
|
||||
ref_vector_core& push_back(obj_ref<W,M> && n) {
|
||||
template <typename M>
|
||||
ref_vector_core& push_back(obj_ref<T,M> && n) {
|
||||
m_nodes.push_back(n.get());
|
||||
n.steal();
|
||||
return *this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue