[Issue 20756] ImplicitConversionTargets ignores interface inheritance

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun May 24 15:57:47 UTC 2020


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

Nathan S. <n8sh.secondary at hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |n8sh.secondary at hotmail.com
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|minor                       |enhancement

--- Comment #2 from Nathan S. <n8sh.secondary at hotmail.com> ---
Changed from 'bug' to 'enhancement' since the behavior of
ImplicitConversionTargets is correct for its documentation:
```
    If the type is not a built-in value type or a class derived from
    `Object`, the an empty $(REF AliasSeq,std,meta) is returned.
```

--


More information about the Digitalmars-d-bugs mailing list