Revert "..."

This reverts commit b4169a34a939ee82a34aad5953ae31941a30dae1.
This commit is contained in:
blueloveTH 2023-07-20 22:58:07 +08:00
parent b4169a34a9
commit 63b05cf07c

View File

@ -8,7 +8,7 @@ namespace pkpy {
int utf8len(unsigned char c, bool suppress=false); int utf8len(unsigned char c, bool suppress=false);
struct PK_EXPORT Str{ struct Str{
int size; int size;
bool is_ascii; bool is_ascii;
char* data; char* data;
@ -87,7 +87,7 @@ std::string fmt(Args&&... args) {
return ss.str(); return ss.str();
} }
struct PK_EXPORT StrName { struct StrName {
uint16_t index; uint16_t index;
StrName(); StrName();
explicit StrName(uint16_t index); explicit StrName(uint16_t index);