Showing with 1 addition and 1 deletion.
  1. +1 −1 std/parallelism.d
2 changes: 1 addition & 1 deletion std/parallelism.d
Original file line number Diff line number Diff line change
Expand Up @@ -2633,7 +2633,7 @@ public:

// Hack to take the address of a nested function w/o
// making a closure.
static auto scopedAddress(D)(scope D del)
static auto scopedAddress(D)(scope D del) @system
{
auto tmp = del;
return tmp;
Expand Down