mirror of
https://github.com/Z3Prover/z3
synced 2025-04-20 23:56:37 +00:00
vector: fix missing destructor call
This commit is contained in:
parent
48fd2bcfe8
commit
dfd812884d
|
@ -559,8 +559,7 @@ public:
|
|||
for(; pos != e; ++pos, ++prev) {
|
||||
*prev = std::move(*pos);
|
||||
}
|
||||
reinterpret_cast<SZ *>(m_data)[SIZE_IDX]--;
|
||||
// TODO: where is the destructor called?
|
||||
pop_back();
|
||||
}
|
||||
|
||||
void erase(T const & elem) {
|
||||
|
|
Loading…
Reference in a new issue