[Issue 22408] New: Multiple issues in AllImplicitConversionTargets

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Oct 17 14:02:46 UTC 2021


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

          Issue ID: 22408
           Summary: Multiple issues in AllImplicitConversionTargets
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: andrei at erdani.com

According to AllImplicitConversionTargets:

* short does not convert to wchar and dchar
* ushort does not convert to wchar and dchar
* int does not convert to dchar
* uint does not convert to dchar
* long does not convert to cent and ucent (where available)
* ulong does not convert to cent and ucent (where available)
* typeof(null) converts to itself, but the implementation takes pain to NOT
list the type itself in its conversion list
* void* converts to itself, but the implementation takes pain to NOT list the
type itself in its conversion list

--


More information about the Digitalmars-d-bugs mailing list