[Issue 1215] Alias of a indexed tuple's field isn't allowed

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sun Mar 15 12:22:58 PDT 2015


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

Clement Courbet <clem at somebod.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |clem at somebod.com

--- Comment #2 from Clement Courbet <clem at somebod.com> ---
This is not specific to alias:
template Foo(T...)
{
    T[0].TheType myMember;
}

Fails as well.

Parse::parseType() just fails to realize that this is a type.

--


More information about the Digitalmars-d-bugs mailing list