http://d.puremagic.com/issues/show_bug.cgi?id=6547
Jonathan M Davis <jmdavisp...@gmx.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |jmdavisp...@gmx.com Resolution| |FIXED --- Comment #5 from Jonathan M Davis <jmdavisp...@gmx.com> 2012-06-08 02:05:32 PDT --- As of 2.059, this is the error that you get: q.d(10): Error: cannot implicitly convert expression (start) of type char[] to ulong q.d(11): Error: template std.typecons.tuple does not match any function template declaration /home/jmdavis/dmd2/linux/bin/../../src/phobos/std/typecons.d(687): Error: template std.typecons.tuple(T...) cannot deduce template function from argument types !()(char[],_error_) which is much better than the one originally reported. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------