[Issue 23598] Another nasty forward reference bug
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jan 19 05:22:16 UTC 2023
https://issues.dlang.org/show_bug.cgi?id=23598
--- Comment #5 from Walter Bright <bugzilla at digitalmars.com> ---
I suspect that when the sort template is instantiated, it is too eager to
evaluate its arguments. It should just go as far as seeing String is a struct,
and not attempt to semantic its contents.
--
More information about the Digitalmars-d-bugs
mailing list