mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-22 06:15:20 +00:00
Fix nil comparisons for soa slices and dynamic arrays
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user