https://d.puremagic.com/issues/show_bug.cgi?id=9506
--- Comment #9 from Peter Alexander <[email protected]> 2014-02-07 23:32:58 PST --- (In reply to comment #8) > Eh, shouldn't it just call t.toString() without even needing to look at alias > this? I'm leaning toward either phobos bug or template > specialization/constraint change. Due to the alias this, the class is a range, so it calls the range version of writeln. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
