http://d.puremagic.com/issues/show_bug.cgi?id=2962
Andriy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #33 from Andriy <[email protected]> 2011-05-23 02:35:44 PDT --- dmd v2.052, Ubuntu, quite short example of this bug: $ cat main.d import std.stdio; void main(){} $ cat utils.d import std.json; auto val = &parseJSON!string; $ dmd main.d utils.d /usr/include/d/dmd/phobos/std/conv.d(1301): Error: function std.conv.parse!(real,string).parse compiler error, parameter 'p', bugzilla 2962? dmd: glue.c:734: virtual void FuncDeclaration::toObjFile(int): Assertion `0' failed. Aborted (core dumped) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
