[Issue 8316] Regression with template functions

2012-07-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8316 --- Comment #8 from Jonathan M Davis jmdavisp...@gmx.com 2012-07-10 14:10:53 PDT --- See also bug# 8373 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 8316] Regression with template functions

2012-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8316 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8316] Regression with template functions

2012-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8316 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #2

[Issue 8316] Regression with template functions

2012-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8316 Jonathan M Davis jmdavisp...@gmx.com changed: What|Removed |Added CC|

[Issue 8316] Regression with template functions

2012-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8316 --- Comment #4 from timon.g...@gmx.ch 2012-06-29 16:47:38 PDT --- (In reply to comment #3) Isn't it a function call where the parens were left out? It would be if the functions didn't have any parameters, but they both do, so I don't

[Issue 8316] Regression with template functions

2012-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8316 --- Comment #5 from meh. m...@paranoici.org 2012-06-29 16:50:31 PDT --- Both are template functions. The first is a template function without arguments, the second has one. I'm calling the first. It throws a dumb error when it's clear what I

[Issue 8316] Regression with template functions

2012-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8316 --- Comment #6 from Jonathan M Davis jmdavisp...@gmx.com 2012-06-29 17:01:10 PDT --- I think you might have missed the second set of parentheses on the first template function declaration. Ah, you're right. I did miss those, but it still

[Issue 8316] Regression with template functions

2012-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8316 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED