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?
- is there any trait to check if variable is __gshared? ketmar
- Re: is there any trait to check if variable is _... Adam D. Ruppe
- Re: is there any trait to check if variable is _... bearophile
- Re: is there any trait to check if variable ... ketmar
- Re: is there any trait to check if varia... bearophile
- Re: is there any trait to check if v... ketmar
- Re: is there any trait to check... bearophile
- Re: is there any trait to c... Adam D. Ruppe
- Re: is there any trait to c... ketmar
- Re: is there any trait to check... Steven Schveighoffer
- Re: is there any trait to check if variable is _... Andrej Mitrovic