WIP: new decoupled expr implementation

This commit is contained in:
2022-09-22 23:50:08 +08:00
parent ce2dd054e3
commit 522e9e267b
4 changed files with 90 additions and 6 deletions
+3
View File
@@ -189,6 +189,9 @@ struct astring_view {
other_str++;
}
return !(*this_str || *other_str);
}
bool operator >(const astring_view&r) const{
}
operator const char* () const {
return reinterpret_cast<const char*>(str);