Bug in List add_array when reserving memory.

This commit is contained in:
Christoffer Lerno
2024-08-04 01:34:45 +02:00
parent a5b5f315d1
commit 620c67b04e
3 changed files with 25 additions and 23 deletions

View File

@@ -37,6 +37,7 @@
- Distinct func type would not accept direct function address assign. #1287
- Distinct inline would not implement protocol if the inlined implemented it. #1292
- Distinct inline can now be called if it is aliasing a function pointer.
- Bug in List add_array when reserving memory.
### Stdlib changes