My DMD ~master build gives linker error and IDK why

Basile B. via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Jun 7 02:55:24 PDT 2017


On Wednesday, 7 June 2017 at 09:50:41 UTC, Basile B. wrote:
> bla bla bla

Actually it's this code:

void main(string[] args)
{
     import std.stdio;
     import std.compiler;
     writeln(vendor);
}

that gives the error. I suspect a regression.


More information about the Digitalmars-d-learn mailing list