Compare commits
1 Commits
3add03dcc0
...
2498e7d6e3
| Author | SHA1 | Date | |
|---|---|---|---|
| 2498e7d6e3 |
@ -300,6 +300,7 @@ namespace ia
|
||||
{
|
||||
const auto did_reallocate = reserve(newCount);
|
||||
for(; Base::m_count < newCount; Base::m_count++) Base::m_allocator.construct(&Base::m_data[Base::m_count]);
|
||||
Base::m_count = newCount;
|
||||
return did_reallocate;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user