[Issue 1536] Literal '0' is improperly used to deduce an implicit template parameter
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Sep 26 01:04:13 PDT 2012
http://d.puremagic.com/issues/show_bug.cgi?id=1536
Don <clugdbug at yahoo.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |clugdbug at yahoo.com.au
--- Comment #3 from Don <clugdbug at yahoo.com.au> 2012-09-26 01:04:53 PDT ---
This example is unnecessarily complicated.
void CurryAll(A)(A x, A y)
{ }
void foo()
{
uint u = 0;
CurryAll(u, 0);
}
--
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