[Issue 5338] __gshared on class member variable implies static?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 23 12:50:15 PST 2011


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



--- Comment #2 from Brad Roberts <braddr at puremagic.com> 2011-02-23 12:47:31 PST ---
Static means there's a single instance.  Shared simply means more than one
thread has visibility to it.  Two very different properties.  Neither implies
the other.

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