Thread overview
[Issue 18128] [scope] escaping reference to class allocated on the stack
Dec 25, 2017
Walter Bright
Dec 26, 2017
Mike Franklin
Jan 03, 2018
Martin Nowak
December 25, 2017
https://issues.dlang.org/show_bug.cgi?id=18128

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
December 26, 2017
https://issues.dlang.org/show_bug.cgi?id=18128

Mike Franklin <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150@yahoo.com

--
January 03, 2018
https://issues.dlang.org/show_bug.cgi?id=18128

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |code@dawg.eu
         Resolution|---                         |DUPLICATE

--- Comment #1 from Martin Nowak <code@dawg.eu> ---
That's already fixed with 2.078.0, `move` was recently annotated as

    T move(T)(return scope ref T source)

see issue 17730.

*** This issue has been marked as a duplicate of issue 17730 ***

--