On 12/24/2009 11:44 AM, alkor wrote:
D already has TLS. What exactly do you need?hmm ... i don't think so.i've worked out the following info: http://www.digitalmars.com/d/2.0/cpp0x.html#local-classes http://www.digitalmars.com/d/2.0/migrate-to-shared.html but "shared data" are not TLS or i misunderstand something whether you could give a TLS example?
int i;
void main() { }
compile with -vtls. :)
