[Issue 11706] Alias to the original type inside std.typecons.Typedef

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Apr 24 03:39:37 PDT 2014


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

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com

--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
(In reply to bearophile_hugs from comment #1)
> An alternative solution is to use something in std.traits to get the
> underlying type of a Typedef.

That's a fantastic idea, and we can implement this thanks to recent compiler
improvements. A pull is coming.

--


More information about the Digitalmars-d-bugs mailing list