[Issue 5399] Return the result of a nonvoid function in a void function

2011-10-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 Walter Bright changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 5399] Return the result of a nonvoid function in a void function

2011-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 yebblies changed: What|Removed |Added Keywords||patch --- Comment #10 from yebblies 2011-0

[Issue 5399] Return the result of a nonvoid function in a void function

2011-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #9 from Don 2

[Issue 5399] Return the result of a nonvoid function in a void function

2011-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #8 from yebb

[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 --- Comment #7 from Andrei Alexandrescu 2011-01-02 09:05:29 PST --- (In reply to comment #6) > I think the issue is with allowing stuff like this: > > Result wrapCall(alias call, Result, Args...)(Args args) { >return call(args); > } > >

[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 --- Comment #6 from nfx...@gmail.com 2011-01-02 07:46:29 PST --- I think the issue is with allowing stuff like this: Result wrapCall(alias call, Result, Args...)(Args args) { return call(args); } And then making it work even if the result o

[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 Andrei Alexandrescu changed: What|Removed |Added Priority|P2 |P5 Status|RESOLVED

[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 Iain Buclaw changed: What|Removed |Added CC||ibuc...@ubuntu.com --- Comment #4 from I

[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 nfx...@gmail.com changed: What|Removed |Added CC||nfx...@gmail.com --- Comment #3 from

[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5399] Return the result of a nonvoid function in a void function

2011-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5399 bearophile_h...@eml.cc changed: What|Removed |Added Severity|normal |enhancement --- Comment #1 fro