mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Casting a distinct type based on a pointer to an any would accidentally be permitted. #2575
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
- 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.
|
||||
- Casting a distinct type based on a pointer to an `any` would accidentally be permitted. #2575
|
||||
|
||||
### Stdlib changes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user