mirror of
https://github.com/dlang/phobos.git
synced 2025-04-28 22:21:09 +03:00
Sed "@safe pure nothrow"
This commit is contained in:
parent
24fffa6ecc
commit
d609bd332f
11 changed files with 28 additions and 28 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue