Match and link CScriptBeam

This commit is contained in:
Henrique Gemignani Passos Lima
2022-11-01 01:46:20 +02:00
parent f1d4bb10f0
commit b19380ffb4
14 changed files with 251 additions and 20 deletions

View File

@@ -127,6 +127,8 @@ string string_l(const char* data);
// return string(string::literal_t(), data);
// }
string operator+(const string&, const string&);
CHECK_SIZEOF(string, 0x10)
} // namespace rstl