- Casting bitstruct to wider base type should be single step #2616.

- Experimental accept of ~ and ^ for optionals.
This commit is contained in:
Christoffer Lerno
2025-12-05 20:18:32 +01:00
parent 034a048c8a
commit a61fd6d280
6 changed files with 53 additions and 21 deletions

View File

@@ -7,6 +7,7 @@
### Fixes
- Regression with npot vector in struct triggering an assert #2219.
- Casting bitstruct to wider base type should be single step #2616.
### Stdlib changes