From 0561e96f21e00ba8b3fa63e474ed4c7667543dde Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 27 Dec 2016 23:49:22 +0100 Subject: Fix build with 2.071.2 --- source/tanya/container/vector.d | 2 -- 1 file changed, 2 deletions(-) (limited to 'source') diff --git a/source/tanya/container/vector.d b/source/tanya/container/vector.d index 5e8388b..96c18f9 100644 --- a/source/tanya/container/vector.d +++ b/source/tanya/container/vector.d @@ -949,8 +949,6 @@ private @nogc unittest // Test that structs can be members of the vector. static assert(is(typeof(Vector!TestA()))); - static assert(is(typeof(immutable Vector!TestA(IL(TestA()))))); - static assert(is(typeof(const Vector!TestA(IL(TestA()))))); } private @nogc unittest -- cgit v1.2.3