[Issue 10366] Ddoc: Symbols in template classes don't get fully qualified anchors
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Tue Jun 24 22:31:01 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=10366
--- Comment #3 from hsteoh at quickfur.ath.cx ---
Apparently, there is still one case that doesn't work, when there's a template
function inside a templated struct or class:
------
struct S(T) {
void func(U)(U u) { }
}
------
--
More information about the Digitalmars-d-bugs
mailing list