[Issue 24830] separate compilation + circular deps + templated opCmp = missing symbols

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Oct 23 14:18:30 UTC 2024


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

--- Comment #1 from ilya.yanok at gmail.com ---
This happens since even though while processing the second `Option!string`
instantiation we try to update the `minst` of all children to the root module,
it fails to update the automatically generated `__xopCmp` method (and friends).
I have a fix and currently am working on the test case. I'll send a PR soon.

--


More information about the Digitalmars-d-bugs mailing list