Thread overview
[Issue 14454] Lambda template param doesn't compile with -inline "*** is a nested function and cannot be accessed from ***"
Apr 19, 2015
dzugaru@gmail.com
Apr 27, 2015
Vladimir Panteleev
Jun 30, 2015
Kenji Hara
April 19, 2015
https://issues.dlang.org/show_bug.cgi?id=14454

dzugaru@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |x86

--
April 27, 2015
https://issues.dlang.org/show_bug.cgi?id=14454

Vladimir Panteleev <thecybershadow@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow@gmail.com

--- Comment #1 from Vladimir Panteleev <thecybershadow@gmail.com> ---
This program compiles fine with git master.

Fixed by: https://github.com/D-Programming-Language/dmd/pull/4453

--
June 30, 2015
https://issues.dlang.org/show_bug.cgi?id=14454

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid
             Status|NEW                         |RESOLVED
           Hardware|x86                         |All
         Resolution|---                         |DUPLICATE
                 OS|Windows                     |All
           Severity|minor                       |major

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to Vladimir Panteleev from comment #1)
> This program compiles fine with git master.
> 
> Fixed by: https://github.com/D-Programming-Language/dmd/pull/4453

The root compiler issue is same with 7104.

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

--