mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 17:47:41 +00:00
@@ -29,7 +29,7 @@ public:
|
||||
reserved_vector& operator=(const reserved_vector& other) {
|
||||
if (this != &other) {
|
||||
clear();
|
||||
uninitialized_copy(data(), other.data() + other.size(), other.data());
|
||||
uninitialized_copy(other.data(), other.data() + other.size(), data());
|
||||
x0_count = other.x0_count;
|
||||
}
|
||||
return *this;
|
||||
|
||||
Reference in New Issue
Block a user