mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
typo
This commit is contained in:
parent
f1e0d5dc8a
commit
8fd7226b6f
|
@ -90,7 +90,6 @@ public:
|
|||
m_buffer = source.m_buffer;
|
||||
m_pos = source.m_pos;
|
||||
m_capacity = source.m_capacity;
|
||||
m_buffer = source.m_buffer;
|
||||
source.m_buffer = reinterpret_cast<T*>(source.m_initial_buffer);
|
||||
source.m_pos = 0;
|
||||
source.m_capacity = INITIAL_SIZE;
|
||||
|
|
Loading…
Reference in a new issue