[Issue 4273] Error: functions cannot return a tuple

2015-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4273 Andrei Alexandrescu changed: What|Removed |Added Version|2.040 |D2 --

[Issue 4273] Error: functions cannot return a tuple

2010-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4273 --- Comment #3 from Sean Kelly 2010-06-04 18:21:00 PDT --- You're right, it was a mistake in my code. Sorry. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 4273] Error: functions cannot return a tuple

2010-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4273 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4273] Error: functions cannot return a tuple

2010-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4273 --- Comment #2 from Walter Bright 2010-06-04 17:16:41 PDT --- "Fixing" this would require conflating a Tuple!(T) with T. I think this would be a mistake. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- Y

[Issue 4273] Error: functions cannot return a tuple

2010-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4273 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com