From b37b6ca37e7922ad38e712632b1c5ce358e81a7d Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sun, 8 Jul 2018 12:42:44 -0400 Subject: reconsider unecessary "return ref" --- org/sdp.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'org/sdp.org') diff --git a/org/sdp.org b/org/sdp.org index fe560e1..fe34840 100644 --- a/org/sdp.org +++ b/org/sdp.org @@ -943,8 +943,8 @@ debug(steps) { module sdp.meta.metadoc_summary; template SiSUabstractionSummary() { auto SiSUabstractionSummary(S,T)( - auto return ref const S doc_abstraction, - auto return ref T doc_matters, + auto ref const S doc_abstraction, + auto ref T doc_matters, ) { <> mixin InternalMarkup; -- cgit v1.2.3