[Issue 12031] Possible dollar handling inconsistencies in std.typecons.Typedef array

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Feb 11 05:16:34 UTC 2023


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

Basile-z <b2.temp at gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp at gmx.com
          Component|dmd                         |phobos
           Hardware|x86                         |All
                 OS|Windows                     |All

--- Comment #5 from Basile-z <b2.temp at gmx.com> ---
This is not a compiler bug. The problem is that `std.typecons.TypeDef` uses an
inner `std.typecons.Proxy` but as documented `Proxy` blocks implicit
conversions. 

Now the big question is if it's an "invalid issue" (and maybe that "TypeDef"
DDOC is incomplete then) or if "TypeDef" implementation is not correct.

--


More information about the Digitalmars-d-bugs mailing list