[Issue 3743] Forward reference problem with static if statements

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri May 1 00:50:02 PDT 2015


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

--- Comment #2 from Joakim <dbugz at joakim.fea.st> ---
I think I ran into this issue when I tried to import
core.sys.posix.sys.types.off_t in core.stdc.stdio, for use in the fpos_t
definition on linux.  Commenting out the "static if" block around off_t fixed
the issue, so it's definitely related to "static if" somehow.

--


More information about the Digitalmars-d-bugs mailing list