Thread overview
[Issue 24335] Class Downcast
Jan 12, 2024
Walter Bright
Jan 12, 2024
Walter Bright
Jan 12, 2024
ZombineDev
Jan 16, 2024
Walter Bright
January 12, 2024
https://issues.dlang.org/show_bug.cgi?id=24335

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry, performance

--
January 12, 2024
https://issues.dlang.org/show_bug.cgi?id=24335

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=24332

--
January 12, 2024
https://issues.dlang.org/show_bug.cgi?id=24335

ZombineDev <petar.p.kirov@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petar.p.kirov@gmail.com

--
January 16, 2024
https://issues.dlang.org/show_bug.cgi?id=24335

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Partial implementation:

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

Does not include the table.

--