http://d.puremagic.com/issues/show_bug.cgi?id=10317
--- Comment #4 from Andrej Mitrovic <[email protected]> 2013-06-09 19:12:35 PDT --- (In reply to comment #3) > I looked into this, here's how far I got: > > On > https://github.com/D-Programming-Language/phobos/blob/master/std/algorithm.d#L8130, > "static if (is(typeof(text(r))))" is evaluated. That's what's causing the > crash. The question is what's causing the bug. I don't know; instantiating > typeof(text(r)) works properly in tests. What I'm wondering: when does text(r) ever not work? Is there an actual test-case for this? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
