mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 02:55:05 +00:00
@@ -5,6 +5,8 @@
|
||||
|
||||
#include "rstl/rmemory_allocator.hpp"
|
||||
|
||||
class CInputStream;
|
||||
|
||||
namespace rstl {
|
||||
template < typename _CharTp >
|
||||
struct char_traits {};
|
||||
@@ -64,6 +66,8 @@ public:
|
||||
// ++x4_cow->x4_refCount;
|
||||
// }
|
||||
|
||||
basic_string(CInputStream& in, const Alloc& = rmemory_allocator());
|
||||
|
||||
basic_string(const _CharTp* data, int size = -1, const Alloc& = rmemory_allocator());
|
||||
// {
|
||||
// if (size <= 0 && !data)
|
||||
|
||||
Reference in New Issue
Block a user