[Issue 24505] [REG2.108] ImportC: Function-like macros (newly translated to templates) may collide with regular symbols

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Apr 16 12:58:27 UTC 2024


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

--- Comment #3 from anonymous4 <dfj1esp02 at sneakemail.com> ---
Looks like a generic problem. How posix stat should work? It's defined as

struct stat { };
int stat(const char *pathname, struct stat *statbuf);

--


More information about the Digitalmars-d-bugs mailing list