mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 10:06:08 +00:00
Start matching CFire, weird regswaps in constructor, rmemory_allocator constructors
Former-commit-id: 9ae9e52ed7
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
// ++x4_cow->x4_refCount;
|
||||
// }
|
||||
|
||||
basic_string(const _CharTp* data, int size, const Alloc&);
|
||||
basic_string(const _CharTp* data, int size, const Alloc& = rmemory_allocator());
|
||||
// {
|
||||
// if (size <= 0 && !data)
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user