Calypso progress report (+ updated MingW64 build)

Stefan via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Oct 25 14:42:13 PDT 2015


Hello,

// compile with: ldc2 -cpp-args -std=gnu++11 main.d

modmap (C++) "cmath";

import (C++) std._;

import std.stdio;

int main()
{
   writeln(sin(cast(float)0.8159));
	return 0;
}

gives a lot of "error: constexpr function never produces a 
constant expression" messages. Not sure this is supposed to work?


More information about the Digitalmars-d-announce mailing list