On Fri, 12 Jun 2015 20:41:59 -0400, bitwise wrote:

> Is there a way to compile for multiple conditions?
> 
> Tried all these:
> 
> version(One | Two){ }
> version(One || Two){ }
> version(One && Two){ }
> version(One) |  version(Two){ }
> version(One) || version(Two){ }
> version(One) && version(Two){ }
> 
>    Bit

nope. Walter is against that, so we'll not have it, despite the 
triviality of the patch.

Attachment: signature.asc
Description: PGP signature

Reply via email to