[Issue 4643] Shared values are unwritable

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Sep 4 09:02:53 PDT 2010


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


David Simcha <dsimcha at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dsimcha at yahoo.com


--- Comment #1 from David Simcha <dsimcha at yahoo.com> 2010-09-04 09:02:33 PDT ---
http://dsource.org/projects/phobos/changeset/1957

Fixed for shared values w/o aliasing.  For shared values w/ aliasing, it
shouldn't work because if one thread tries to write the value while another
thread modifies it, Bad Things Will Happen (TM).

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