[Issue 13745] Circular CTFE attributes deduction does not work

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Nov 17 16:53:19 PST 2014


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

--- Comment #1 from hsteoh at quickfur.ath.cx ---
Just wanted to add, that while this test case may look artificial, it reflects
actual usage in Phobos where you may have one generic function instantiated in
such a way that further down the road it gets re-instantiated. Such chains of
dependencies are often buried deep within Phobos modules implicitly, due to the
generic nature of most of Phobos modules, so this is a real, practical problem.

--


More information about the Digitalmars-d-bugs mailing list