[Issue 21533] New: dtoh: Non-type aliases aren't ignored

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 9 16:50:52 UTC 2021


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

          Issue ID: 21533
           Summary: dtoh: Non-type aliases aren't ignored
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody at puremagic.com
          Reporter: kinke at gmx.net

E.g., in frontend.h:

template <typename T>
struct Array
{
    [...]
    typedef length opDollar;
    typedef length dim;
    [...]
};

--


More information about the Digitalmars-d-bugs mailing list