Thread overview
[Issue 23650] Using typeid with struct defined in in __traits(compiles, ...) causes linker error
Jan 23, 2023
Teodor Dutu
Jan 24, 2023
Dlang Bot
Jan 26, 2023
Dlang Bot
January 23, 2023
https://issues.dlang.org/show_bug.cgi?id=23650

Teodor Dutu <teodor.dutu@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |teodor.dutu@gmail.com

--
January 24, 2023
https://issues.dlang.org/show_bug.cgi?id=23650

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #14844 "Fix Issue 23650 - Using typeid with struct defined in in __traits(compiles, ...) causes linker error" fixing this issue:

- Fix Issue 23650 - Using typeid with struct defined in in __traits(compiles, ...) causes linker error

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

--
January 26, 2023
https://issues.dlang.org/show_bug.cgi?id=23650

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14844 "Fix Issue 23650 - Using typeid with struct defined in __traits(compiles, ...) causes linker error" was merged into master:

- 8c4151300d4d4160fb00208d65b2e38e3b7e4b23 by RazvanN7:
  Fix Issue 23650 - Using typeid with struct defined in __traits(compiles, ...)
causes linker error

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

--