[Issue 6495] array(file.byLine()) is a problem

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Aug 1 10:50:34 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=6495



--- Comment #9 from hsteoh at quickfur.ath.cx 2013-08-01 10:50:33 PDT ---
No, transience is a property of the *range*, not what you do with the data
returned by the range. Taking the address of .front technically undefined,
since you can't guarantee that that's even possible for arbitrary range types
(in general, it's not possible, since .front may be implemented as a @property
function). If .front were a ref function, then you may have a point.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list