Why version() ?

Brian digitalmars at brianguertin.com
Wed Feb 11 00:51:10 PST 2009


On Wed, 11 Feb 2009 14:07:29 +1100, Daniel Keep wrote:
> What about this?
> 
> /+{{VersionIdentifier}} ... +/


is that just a neater way to do this?
version(Identifier) { mixin(`
//code!
`)}



More information about the Digitalmars-d mailing list