- When encountering a foreach over a ZString* it would not properly emit a compilation error, but hit an assert #2573.

This commit is contained in:
Christoffer Lerno
2025-11-11 12:36:02 +01:00
parent eccc6700dc
commit 6360ddbc77
3 changed files with 13 additions and 1 deletions

View File

@@ -20,6 +20,7 @@
- Compiler assert with const enum based on vector #2566
- Fix to `Path` handling `c:\foo` and `\home` parent. #2569
- Fix appending to `c:\` or `\` #2569.
- When encountering a foreach over a `ZString*` it would not properly emit a compilation error, but hit an assert #2573.
### Stdlib changes