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.
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.