diff options
author | Ralph Amissah <ralph@amissah.com> | 2018-07-31 10:37:33 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:15 -0400 |
commit | 3be1d59280d0614e23f968b928c4d73c4113a466 (patch) | |
tree | a04af5ec9b5d0d27fce4a06c44c2a340aa23ba9f /src/sdp/meta/metadoc.d | |
parent | messages & remove outputs not generated (diff) |
0.26.6 prepare for parallelism, remove __gshareddoc-reform_v0.0.26
Diffstat (limited to 'src/sdp/meta/metadoc.d')
-rw-r--r-- | src/sdp/meta/metadoc.d | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdp/meta/metadoc.d b/src/sdp/meta/metadoc.d index ff550b5..5821096 100644 --- a/src/sdp/meta/metadoc.d +++ b/src/sdp/meta/metadoc.d @@ -77,6 +77,7 @@ template SiSUabstraction() { _make_and_meta_struct, _opt_action, _manifest, + true, ); static assert(!isTypeTuple!(da)); static assert(da.length==5); |