https://issues.dlang.org/show_bug.cgi?id=23899
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Walter Bright <[email protected]> --- importc.h has: #define __restrict in it, so the preprocessor removes the __restrict the compiler never sees it. I.e. I cannot reproduce the problem. Perhaps you're using an older version of the compiler? --
