OpenBSD port of dmd?

Walter Bright newshound2 at digitalmars.com
Sat Mar 17 11:11:54 PDT 2012


On 3/17/2012 9:16 AM, Jose Armando Garcia wrote:
> On Sat, Mar 17, 2012 at 7:10 AM, Sean Kelly<sean at invisibleduck.org>  wrote:
>> version (linux) {
>>     // optimized impl
>> } else version (OSX) {
>>     version = UseDefault;
>
> Speaking of version specification, in this particular example is
> version(UseDefault) only define on this module?

    version=identifier;

declarations apply only to the module that declaration appears in.


More information about the Digitalmars-d mailing list