[Issue 14192] Access Violation when assigning to shared AA

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Feb 18 18:15:00 PST 2015


https://issues.dlang.org/show_bug.cgi?id=14192

--- Comment #6 from Martin Nowak <code at dawg.eu> ---
A shared AA doesn't make too much sense BTW, because you'll need some
additional synchronization mechanism if you want to modify it.
And if you use a http://dlang.org/phobos/core_sync_rwmutex.html#.ReadWriteMutex
for example you only need tail-shared for the value type.

--


More information about the Digitalmars-d-bugs mailing list