[Issue 2852] Cannot pass temporary result by reference (regression)

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

[Issue 2852] Cannot pass temporary result by reference (regression)

2009-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2852 --- Comment #3 from Don 2009-10-15 05:25:26 PDT --- This is the same as bug 3167. Although this report is older, it's the later one which Walter commented on. So I'm closing this one. -- Configure issuemail: http://d.puremagic.com/issues/use

[Issue 2852] Cannot pass temporary result by reference (regression)

2009-10-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2852 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2852] Cannot pass temporary result by reference (regression)

2009-04-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2852 --- Comment #2 from g...@nwawudu.com 2009-04-19 07:11 --- Looks like a deliberate change, see BUG 2621. --

[Issue 2852] Cannot pass temporary result by reference (regression)

2009-04-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2852 --- Comment #1 from 2kor...@gmail.com 2009-04-18 07:25 --- Compiler output (dmd2.028): test.d(17): Error: function test.pass (ref Rect rect) does not match parameter types (Rect) test.d(17): Error: get() is not an lvalue --