[Issue 11632] Old alias syntax accepts "ref"

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Jun 3 19:30:13 PDT 2015


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

Robert Schadek <rburners at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rburners at gmail.com

--- Comment #6 from Robert Schadek <rburners at gmail.com> ---
phobos PR https://github.com/D-Programming-Language/phobos/pull/2995

is sort of blocked by:

template RefType(T) alias RefType = ref T;

not working anymore

--


More information about the Digitalmars-d-bugs mailing list