mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 03:12:22 -07:00
Allow comparisons of cstring; Add resize
This commit is contained in:
+3
-1
@@ -1238,8 +1238,10 @@ bool is_type_comparable(Type *t) {
|
||||
return false;
|
||||
case Basic_rune:
|
||||
return true;
|
||||
case Basic_string:
|
||||
return true;
|
||||
case Basic_cstring:
|
||||
return false;
|
||||
return true;
|
||||
case Basic_typeid:
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user