summaryrefslogtreecommitdiff
path: root/libphobos/src/std/algorithm/setops.d
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos/src/std/algorithm/setops.d')
-rw-r--r--libphobos/src/std/algorithm/setops.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/libphobos/src/std/algorithm/setops.d b/libphobos/src/std/algorithm/setops.d
index ede1831028e..cc6f5b77db7 100644
--- a/libphobos/src/std/algorithm/setops.d
+++ b/libphobos/src/std/algorithm/setops.d
@@ -404,7 +404,7 @@ if (ranges.length >= 2 &&
r = ranges[i].save; // rollover
}
}
- @property Result save() scope return
+ @property Result save() return scope
{
Result copy = this;
foreach (i, r; ranges)