[Issue 21534] New: dtoh: Default params for default ctor missing template args

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 9 17:08:38 UTC 2021


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

          Issue ID: 21534
           Summary: dtoh: Default params for default ctor missing template
                    args
           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:

struct Target
{
    [...]
    Target([...], FPTypeProperties<float > FloatProperties =
FPTypeProperties(NAN, NAN, NAN, NAN, NAN, 6LL, 24LL, 128LL, -125LL, 38LL,
-37LL), [...]) :
    [...]
};

--


More information about the Digitalmars-d-bugs mailing list