mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
int val = some_int + some_distinct_inline_int errors that int cannot be cast to DistinctInt #2468
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
- Correctly silence "unsupported architecture" warning with `--quiet` #2465
|
||||
- Overloading &[] should be enough for foreach. #2466
|
||||
- Any register allowed in X86_64 inline asm address. #2463
|
||||
- int val = some_int + some_distinct_inline_int errors that int cannot be cast to DistinctInt #2468
|
||||
|
||||
### Stdlib changes
|
||||
- Added generic `InterfaceList` to store a list of values that implement a specific interface
|
||||
|
||||
Reference in New Issue
Block a user