is there any trait to check if variable is __gshared?

ketmar nobodyherethismailsucks at gmail.com
Wed Mar 26 06:19:41 PDT 2014


is there any trait to check if variable is __gshared? typeof()
for '__gshared int' returns just 'int', whereas for 'shared int'
it returns 'shared(int)'. can i check for __gshared storage class
somehow?


More information about the Digitalmars-d-learn mailing list