[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 bugzi...@digitalmars.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[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 yebbl...@gmail.com changed: What|Removed |Added CC||yebbl...@gmail.com ---

[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 clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[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 yebbl...@gmail.com changed: What|Removed |Added Keywords||patch --- Comment #10

[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

[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 ibuc...@ubuntu.com changed: What|Removed |Added CC||ibuc...@ubuntu.com

[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 and...@metalanguage.com changed: What|Removed |Added Priority|P2 |P5

[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

[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 and...@metalanguage.com 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

[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

[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 bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED