- Fix bug when converting from vector to distinct type of wider vector. #2604

This commit is contained in:
Christoffer Lerno
2025-11-27 16:40:55 +01:00
parent 0b52819090
commit 6e4614b6a4
3 changed files with 12 additions and 2 deletions

View File

@@ -46,6 +46,7 @@
- Resolving a missing property on a const enum with inline, reached an assert #2597.
- Unexpected maybe-deref subscript error with out parameter #2600.
- Bug on rethrow in return with defer #2603.
- Fix bug when converting from vector to distinct type of wider vector. #2604
### Stdlib changes
- Add `CGFloat` `CGPoint` `CGSize` `CGRect` types to core_foundation (macOS).