thread local stroage macosx
- by anon
http://developer.apple.com/mac/library/documentation/DeveloperTools/gcc-4.0.1/gcc/Thread_002dLocal.html
Documents __thread
yet my g++ compalins that __thread is not suppoted on my arch (Leopard on Macbookpro).
Why is this? And how do I get around it?