https://issues.dlang.org/show_bug.cgi?id=22496
--- Comment #3 from [email protected] --- Most of the remaining errors are due to dmd choking on restricted pointers. Anything with char *__restrict causes an error. --
d-bugmail--- via Digitalmars-d-bugs Tue, 09 Nov 2021 08:06:29 -0800
https://issues.dlang.org/show_bug.cgi?id=22496
--- Comment #3 from [email protected] --- Most of the remaining errors are due to dmd choking on restricted pointers. Anything with char *__restrict causes an error. --