Thoughts on versioning

Andrea Fontana nospam at example.org
Tue Oct 26 07:18:49 UTC 2021


On Tuesday, 26 October 2021 at 01:19:29 UTC, Andrei Alexandrescu 
wrote:
> [...]

Probably not the best idea but also this should work:

std.... >

version(NEW)
{
.....
}
else
{
....
}

std2...>

version = NEW



More information about the Digitalmars-d mailing list