diff options
| author | Ralph Amissah <ralph@amissah.com> | 2016-10-07 12:59:49 -0400 |
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:13 -0400 |
| commit | deac702d85c5bbe68a8acf762a01939028e65320 (patch) | |
| tree | cafade712e0198441517054ee3898d65eedb8fac /src/sdp/ao_conf_make_meta_native.d | |
| parent | introduce a couple of unittests some re-organizing of obt (diff) | |
0.7.1 re-arranging for unittests; tuple tests; read in files; obt
Diffstat (limited to 'src/sdp/ao_conf_make_meta_native.d')
| -rw-r--r-- | src/sdp/ao_conf_make_meta_native.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp/ao_conf_make_meta_native.d b/src/sdp/ao_conf_make_meta_native.d index f70a7bf..1242565 100644 --- a/src/sdp/ao_conf_make_meta_native.d +++ b/src/sdp/ao_conf_make_meta_native.d @@ -209,7 +209,7 @@ template SiSUheaderExtractNative() { } } auto t = tuple(dochead_meta, dochead_make); - static assert(!isTypeTuple!(t)); + static assert(t.length==2); return t; } private auto native_header_extract( |
