diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-01-23 17:17:47 -0500 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 334bb9c301bb72d5331a2e9e067211c18e5f7c69 (patch) | |
tree | 914d539ce4f228103da8bf465cbcf61a71f96498 /src/sdp/ao_conf_make_meta.d | |
parent | template, document head & body (diff) |
templates
Diffstat (limited to 'src/sdp/ao_conf_make_meta.d')
-rw-r--r-- | src/sdp/ao_conf_make_meta.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdp/ao_conf_make_meta.d b/src/sdp/ao_conf_make_meta.d index e0ac269..5c043a2 100644 --- a/src/sdp/ao_conf_make_meta.d +++ b/src/sdp/ao_conf_make_meta.d @@ -22,7 +22,7 @@ template SiSUheaderExtractHub() { DocMake conf_doc_make_aa ) { debug(asserts){ - static assert(is(typeof(header_src) == char[])); + static assert(is(typeof(header_src) == char[])); static assert(is(typeof(conf_doc_make_aa) == string[string][string])); } auto head_native = HeaderDocMetadataAndMakeNativeToAA(); |