[Issue 15318] Templates not emitted for two "partial cycles"
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Nov 12 15:35:19 PST 2015
https://issues.dlang.org/show_bug.cgi?id=15318
Walter Bright <bugzilla at digitalmars.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugzilla at digitalmars.com
--- Comment #3 from Walter Bright <bugzilla at digitalmars.com> ---
It can also be resolved by noting that C is not imported (directly or
indirectly) by B, and so C's instantiation will not count as an imported
instantiation when instantianting templates in B.
--
More information about the Digitalmars-d-bugs
mailing list