[Issue 10737] New: regression:out of memory
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jul 31 14:11:52 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10737
Summary: regression:out of memory
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: regression
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: thelastmammoth at gmail.com
--- Comment #0 from thelastmammoth at gmail.com 2013-07-31 14:11:51 PDT ---
2.063.2:
dmd -c main.d
Error: out of memory
2.062:
fun does not match any function template declaration
----
void main(){ fun(1);}
void fun(T...)(T args,string file = __FILE__, size_t line = __LINE__){}
----
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list