Thread overview
[Issue 13083] using map() with a delegate which uses a ref parameter to the enclosing scope is broken when compiling with -inline (sample code attached)
Jul 09, 2014
Maor
Sep 02, 2014
Denis Shelomovskij
Sep 02, 2014
Denis Shelomovskij
Jul 03, 2015
Kenji Hara
July 09, 2014
https://issues.dlang.org/show_bug.cgi?id=13083

Maor <maor@weka.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |maor@weka.io
            Summary|using map() with a delegate |using map() with a delegate
                   |which uses a ref parameter  |which uses a ref parameter
                   |to the enclosing scope is   |to the enclosing scope is
                   |broken when compiling with  |broken when compiling with
                   |-inline                     |-inline (sample code
                   |                            |attached)

--
September 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13083

Denis Shelomovskij <verylonglogin.reg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code
                 CC|                            |verylonglogin.reg@gmail.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
September 02, 2014
https://issues.dlang.org/show_bug.cgi?id=13083

--- Comment #1 from Denis Shelomovskij <verylonglogin.reg@gmail.com> ---
Probably duplicates of this one: Issue 13244 & Issue 13286.

--
July 03, 2015
https://issues.dlang.org/show_bug.cgi?id=13083

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---


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

--