WIP: new decoupled expr implementation
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user