Stable D version?

Mehrdad wfunction at hotmail.com
Mon Apr 22 20:46:28 PDT 2013


On Monday, 22 April 2013 at 23:35:56 UTC, Flamaros wrote:
> I started a project a month ago, and for the moment my feeling 
> is just:
> D can already be used as it.

Input:
	import std.stdio;
	struct S { string a; }
	pragma(msg,           S("x") == S("x".idup));
	void main() { writeln(S("x") == S("x".idup)); }


Output:
	true
	false

...


Nope, still broken.


More information about the Digitalmars-d mailing list