On Friday, 29 December 2017 at 07:53:51 UTC, IM wrote:
I will start:
I will add:
// ----------
module test;
import std.stdio;
@safe void main()
{
writeln("I'd like to see @safe as being the default");
}
// ------------
codephantom via Digitalmars-d Fri, 29 Dec 2017 01:25:51 -0800
On Friday, 29 December 2017 at 07:53:51 UTC, IM wrote:
I will start:
I will add:
// ----------
module test;
import std.stdio;
@safe void main()
{
writeln("I'd like to see @safe as being the default");
}
// ------------