aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2018-07-31 10:37:33 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:15 -0400
commit3be1d59280d0614e23f968b928c4d73c4113a466 (patch)
treea04af5ec9b5d0d27fce4a06c44c2a340aa23ba9f /org/sdp.org
parentmessages & remove outputs not generated (diff)
0.26.6 prepare for parallelism, remove __gshareddoc-reform_v0.0.26
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/org/sdp.org b/org/sdp.org
index 8796a6b..83e0b4e 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -26,7 +26,7 @@ struct Version {
int minor;
int patch;
}
-enum ver = Version(0, 26, 5);
+enum ver = Version(0, 26, 6);
#+END_SRC
** compilation restrictions (supported compilers)
@@ -856,6 +856,7 @@ auto da = SiSUdocAbstraction!()(
_make_and_meta_struct,
_opt_action,
_manifest,
+ true,
);
static assert(!isTypeTuple!(da));
static assert(da.length==5);