summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2016-12-27 23:49:22 +0100
committerEugen Wissner <belka@caraus.de>2016-12-28 07:57:36 +0100
commit0561e96f21e00ba8b3fa63e474ed4c7667543dde (patch)
treea9500d72bd3f103929c8bf37da7a755e6e616a5a /source
parent86d87430da6fb23d7d5a85091d6e9354c16d64ab (diff)
downloadtanya-0561e96f21e00ba8b3fa63e474ed4c7667543dde.tar.gz
Fix build with 2.071.2
Diffstat (limited to 'source')
-rw-r--r--source/tanya/container/vector.d2
1 files changed, 0 insertions, 2 deletions
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