[Issue 24085] Separate Compilation Bugs
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Aug 16 13:15:08 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=24085
RazvanN <razvan.nitu1305 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |razvan.nitu1305 at gmail.com
--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
Note that if you delete the useless imports of bar in frop and frop in bar, you
get the same result in both signed and unsigned versions.
This looks like the unsigned case somehow manages to instantiate all of the
methods of FooImpl. I don't see how this happens: maybe the compiler generates
some code or tries semantic on some construction.
--
More information about the Digitalmars-d-bugs
mailing list