http://d.puremagic.com/issues/show_bug.cgi?id=3167
--- Comment #13 from Walter Bright <bugzi...@digitalmars.com> 2010-01-29 15:50:10 PST --- It is invalid code because you are taking a reference to the return value of a function. Functions return, by definition, rvalues. You cannot take a reference to an rvalue. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------