Fix nil comparisons for soa slices and dynamic arrays

This commit is contained in:
gingerBill
2019-12-01 11:56:08 +00:00
parent 3fd5c3cd85
commit 7fbe0a6f23
4 changed files with 49 additions and 6 deletions

View File

@@ -1833,9 +1833,7 @@ main :: proc() {
deprecated_attribute();
range_statements_with_multiple_return_values();
threading_example();
// TODO(tetra): When bill fixes SOA array comparison to nil in reserve_soa, we can re-enable this.
// soa_struct_layout();
soa_struct_layout();
}
}