Sed "@safe pure nothrow"

This commit is contained in:
monarchdodra 2014-05-06 08:21:13 +02:00
parent 24fffa6ecc
commit d609bd332f
11 changed files with 28 additions and 28 deletions

View file

@ -385,7 +385,7 @@ if (isDynamicArray!T && allSatisfy!(isIntegral, I))
return arrayAllocImpl!(true, T, ST)(sizes);
}
@safe nothrow pure unittest
@safe pure nothrow unittest
{
cast(void)minimallyInitializedArray!(int[][][][][])();
double[] arr = minimallyInitializedArray!(double[])(100);