Allow implicit conversion to rstl::string

Former-commit-id: fdbb3376ff
This commit is contained in:
2022-10-08 01:46:42 -07:00
parent 28bfac18ed
commit b4aff47c3c
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ public:
// ++x4_cow->x4_refCount;
// }
basic_string(const _CharTp* data, int size, const Alloc& = rmemory_allocator());
basic_string(const _CharTp* data, int size = -1, const Alloc& = rmemory_allocator());
// {
// if (size <= 0 && !data)
// {