Why version() ?

Trass3r mrmocool at gmx.de
Tue Feb 10 03:59:21 PST 2009


grauzone schrieb:
> Some severe disadvantages of version():
> 1. They can't contain expressions (like "version(linux && mac)").

version(linux)
	version(mac)
	{
	}

But yeah, that's a feature that could be added.



More information about the Digitalmars-d mailing list