mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 17:47:41 +00:00
@@ -42,10 +42,9 @@ public:
|
||||
}
|
||||
|
||||
~reserved_vector() { clear(); }
|
||||
|
||||
|
||||
void push_back(const T& in) {
|
||||
iterator out = begin() + x0_count;
|
||||
out = in;
|
||||
construct(&data()[x0_count], in);
|
||||
++x0_count;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user