diff options
| author | Eugen Wissner <belka@caraus.de> | 2016-12-27 23:49:22 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2016-12-28 07:57:36 +0100 |
| commit | 0561e96f21e00ba8b3fa63e474ed4c7667543dde (patch) | |
| tree | a9500d72bd3f103929c8bf37da7a755e6e616a5a /source | |
| parent | 86d87430da6fb23d7d5a85091d6e9354c16d64ab (diff) | |
| download | tanya-0561e96f21e00ba8b3fa63e474ed4c7667543dde.tar.gz | |
Fix build with 2.071.2
Diffstat (limited to 'source')
| -rw-r--r-- | source/tanya/container/vector.d | 2 |
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 |
