Vision for the D language - stabilizing complexity?

ag0aep6g via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 7 22:26:44 PDT 2016


On 07/08/2016 02:56 AM, deadalnix wrote:
> alias A = int; // Nope
> template Foo(alias A) {}
> Foo!int; // OK !

I think you've got "Nope" and "OK" mixed up there.

[...]
> And so on, @safe only mean safe if you do not do this and that,

As far as I'm aware, the dictatorship agrees that the holes in @safe are 
bugs that need fixing.


More information about the Digitalmars-d mailing list