https://issues.dlang.org/show_bug.cgi?id=24242

Richard Cattermole <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Richard Cattermole <[email protected]> ---
Swapping forward for move, stops the bug.

Removing forward altogether also stops it.

Going through the alias sequence inside of forward appears to prevent the
compiler from being able to see that the function parameter value is used, and
therefore can go on the stack.

--

Reply via email to