Fix aligned alloc for Win32 targets.

This commit is contained in:
Christoffer Lerno
2024-08-19 15:25:00 +02:00
parent 476a6424ee
commit 79a1639f8a
3 changed files with 4 additions and 3 deletions

View File

@@ -80,6 +80,7 @@
- Benchmark / test no longer suppresses debug info. #1364.
- Bug when compile time subtracting a distinct type.
- `insert_at` incorrectly prevented inserts at the end of a list.
- Fix aligned alloc for Win32 targets.
### Stdlib changes