std.compiler

Identify the compiler used and its various features.

Members

Enums

Vendor
enum Vendor

Master list of D compiler vendors.

Variables

D_major
uint D_major;

The version of the D Programming Language Specification supported by the compiler.

name
string name;

Vendor specific string naming the compiler, for example: "Digital Mars D".

vendor
Vendor vendor;

Which vendor produced this compiler.

version_major
uint version_major;
version_minor
uint version_minor;

The vendor specific version number, as in version_major.version_minor

Meta

Authors

Walter Bright, Alex Rønne Petersen