is there any trait to check if variable is __gshared?

Adam D. Ruppe destructionator at gmail.com
Wed Mar 26 07:44:42 PDT 2014


I don't think so. Since __gshared isn't part of the type (unlike 
shared), you can't check for it with is(typeof()) and .stringof 
is only giving me the name.


More information about the Digitalmars-d-learn mailing list