Start matching CFire, weird regswaps in constructor, rmemory_allocator constructors

Former-commit-id: 9ae9e52ed7
This commit is contained in:
2022-10-08 01:44:58 -07:00
parent 187bc0b98c
commit 28bfac18ed
7 changed files with 87 additions and 5 deletions

View File

@@ -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)
// {