Distinct inline can now be called if it is aliasing a function pointer.

This commit is contained in:
Christoffer Lerno
2024-08-03 03:08:38 +02:00
parent 74b9971494
commit d91c289bf6
5 changed files with 42 additions and 4 deletions

View File

@@ -37,6 +37,7 @@
- Assertion with duplicate function pointer signatures #1286
- Distinct func type would not accept direct function address assign. #1287
- Distinct inline would not implement protocol if the inlined implemented it. #1292
- Distinct inline can now be called if it is aliasing a function pointer.
### Stdlib changes