[proposal] version statements with multiple arguments.

Walter Bright newshound2 at digitalmars.com
Wed Oct 24 02:17:18 PDT 2012


On 10/22/2012 8:17 PM, 1100110 wrote:
 > The last one could be intuitively described as:
 > version(Windows && DigitalMars)
 > {     blah;     }

It was a very deliberate design choice to not allow !, || or && in version 
statements. Such tend to devolve over time into unmaintainable chaos.


More information about the Digitalmars-d mailing list