Allow comparisons of cstring; Add resize

This commit is contained in:
gingerBill
2018-10-31 10:04:30 +00:00
parent 5aa591d884
commit 6659ceb551
3 changed files with 43 additions and 1 deletions
+3 -1
View File
@@ -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;
}