[Issue 22672] Allow casting from TypeTuple to TypeTuple

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jan 14 18:31:25 UTC 2022


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

Dlang Bot <dlang-bot at dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot at dlang.rocks> ---
dlang/dmd pull request #13501 "Fix Issue 22672 - Allow casting from TypeTuple
to TypeTuple" was merged into master:

- bba9b31ba111a52695802fe768327a14eb990a2a by Hiroki Noda:
  Fix Issue 22672 - Allow casting from TypeTuple to TypeTuple

  Currently DMD does not allow casting to TypeTuple even if they
  are the same type is.
  This is a bit odd, so only allow it in certain case.

  Co-authored-by: Boris Carvajal <boris2.9 at gmail.com>
  Co-authored-by: Razvan Nitu <razvan.nitu1305 at gmail.com>

https://github.com/dlang/dmd/pull/13501

--


More information about the Digitalmars-d-bugs mailing list