[Issue 7978] UTF exception (memory corruption?) using std.range.chain (behavior changes with -g)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Jul 27 00:58:23 PDT 2012


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


Brad Anderson <eco at gnuk.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID


--- Comment #1 from Brad Anderson <eco at gnuk.net> 2012-07-27 00:58:21 PDT ---
I see my error.  Prefix is local so can't be captured in the closure.  Passing
lst by ref and making it not an rvalue resolves this.

-- 
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