[Issue 13366] RDMD - Symbol Undefined
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Aug 23 10:48:16 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=13366
--- Comment #4 from Vladimir Panteleev <thecybershadow at gmail.com> ---
I don't think that would be possible unless you knew whether a module is
actually part of the standard library (phobos.lib) or not. But, if you solve
that, you can solve the original problem since now you know whether to
compile/link it or not.
--
More information about the Digitalmars-d-bugs
mailing list