Match and link CTweakParticle

Former-commit-id: 3e06682f37
This commit is contained in:
Henrique Gemignani Passos Lima
2022-10-14 13:01:20 +03:00
parent a0b77904ca
commit 4a5fe82469
20 changed files with 106 additions and 71 deletions

View File

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