"BareBones" VersionCondition identifier for druntime
Walter Bright via Digitalmars-d
digitalmars-d at puremagic.com
Sun Oct 19 17:15:26 PDT 2014
On 10/19/2014 3:46 PM, Kevin Lamonte wrote:
> But how would this kind of modular design enable avoiding importing core.stdc.*
> at link time? Maybe the more general form of the question: can one avoid an
> import at compile and link time without "static if()" or "version()" ?
An easier way is use the paths to have the same import statement import a
different file.
More information about the Digitalmars-d
mailing list