[Issue 23402] importc function definitions from includes can cause D name conflicts

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Apr 9 06:25:57 UTC 2023


https://issues.dlang.org/show_bug.cgi?id=23402

--- Comment #4 from Walter Bright <bugzilla at digitalmars.com> ---

---- foo.c ------
#include <math.h>

int main() {}
---------

Now compiles without error. Though this has nothing to do with Adam's report.

--


More information about the Digitalmars-d-bugs mailing list