[Issue 22672] Allow casting from TypeTuple to TypeTuple

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 13 16:08:48 UTC 2022


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@kubo39 updated dlang/dmd pull request #13501 "Fix Issue 22672 - Allow casting
from TypeTuple to TypeTuple" fixing this issue:

- 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>

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

--


More information about the Digitalmars-d-bugs mailing list