How to list all version identifiers?

Iakh via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Mar 13 08:15:22 PDT 2016


There is trick for gcc:
gcc -dM -E - < /dev/null

It shows all default #defines

Is there way to show all version identifiers for D?
For all or any compiler you know


More information about the Digitalmars-d-learn mailing list