"__gshared static" versus "static __gshared"

%u wfunction at hotmail.com
Sat Jan 29 00:47:21 PST 2011


Is this a bug?

   __gshared static i;

makes i be thread-local, while

   static __gshared i;

makes it be shared.


More information about the Digitalmars-d-learn mailing list