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: [email protected]
ReportedBy: [email protected]
--- Comment #0 from [email protected] 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: -------