diff --git a/source/vibe/internal/hashmap.d b/source/vibe/internal/hashmap.d index 9191d02..79ab093 100644 --- a/source/vibe/internal/hashmap.d +++ b/source/vibe/internal/hashmap.d @@ -310,7 +310,7 @@ nothrow unittest { @safe unittest { // test for proper use of constructor/post-blit/destructor static struct Test { - @safe: + @safe nothrow: static size_t constructedCounter = 0; bool constructed = false; this(int) { constructed = true; constructedCounter++; }