Thread overview
[Issue 13623] std.typecons.Proxy doesn't work inside classes
Oct 19, 2014
Gary Willoughby
Nov 27, 2014
Kenji Hara
October 19, 2014
https://issues.dlang.org/show_bug.cgi?id=13623

Gary Willoughby <dev@nomad.so> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dev@nomad.so

--- Comment #1 from Gary Willoughby <dev@nomad.so> ---
What is the rationale for stopping Proxy working with classes? Although i don't have any real use cases, surely it would be better just to fix it to work with classes?

--
November 20, 2014
https://issues.dlang.org/show_bug.cgi?id=13623

sweatygarlic@yahoo.co.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sweatygarlic@yahoo.co.jp

--- Comment #2 from sweatygarlic@yahoo.co.jp ---
I wrote a pull request about this issue.
Please see : https://github.com/D-Programming-Language/phobos/pull/2740

--
November 27, 2014
https://issues.dlang.org/show_bug.cgi?id=13623

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
             Status|NEW                         |RESOLVED
           Hardware|x86_64                      |All
         Resolution|---                         |FIXED
                 OS|Linux                       |All

--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to sweatygarlic from comment #2)
> I wrote a pull request about this issue.
> Please see : https://github.com/D-Programming-Language/phobos/pull/2740

PR is merged.

https://github.com/D-Programming-Language/phobos/commit/06ac5031b1d5de694c45d664a0295f6381c6fb87

--