We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c08ec64 commit 639fc7aCopy full SHA for 639fc7a
source/mir/rcarray.d
@@ -567,19 +567,19 @@ version(mir_test)
567
uint s;
568
this(this) @nogc nothrow @safe
569
{
570
- () @trusted {
571
- puts("this(this)\n");
572
- } ();
+ // () @trusted {
+ // puts("this(this)\n");
+ // } ();
573
}
574
575
~this() nothrow @nogc @safe
576
577
578
- if (s)
579
- puts("~this()\n");
580
- else
581
- puts("~this() - zero\n");
582
+ // if (s)
+ // puts("~this()\n");
+ // else
+ // puts("~this() - zero\n");
583
584
585
0 commit comments