diff --git a/std/algorithm/setops.d b/std/algorithm/setops.d index ede183102..cc6f5b77d 100644 --- a/std/algorithm/setops.d +++ b/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)