aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-02-18 12:16:33 -0500
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commitd582b4a66f5fc746b4d1e2935c5400df072df055 (patch)
tree207644c2a7d2ef798840281cb3f61982583d71aa /org/sdp.org
parent0.13.1 defaults renamed & reorganized (diff)
0.13.2 ref scope (return)
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/org/sdp.org b/org/sdp.org
index b0ff78c..c745741 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -23,7 +23,7 @@ struct Version {
int minor;
int patch;
}
-enum ver = Version(0, 13, 1);
+enum ver = Version(0, 13, 2);
#+END_SRC
* 1. sdp (sisu document parser) :sdp:
@@ -610,8 +610,8 @@ auto doc_matters = DocumentMatters();
#+BEGIN_SRC d :tangle ../src/sdp/abstraction_summary.d
template SiSUabstractionSummary() {
auto SiSUabstractionSummary(S,T)(
- auto ref const S doc_abstraction,
- auto ref T doc_matters,
+ auto return ref const S doc_abstraction,
+ auto return ref T doc_matters,
) {
<<abstraction_summary_imports>>
mixin InternalMarkup;