As I can see at: http://gcc.gnu.org/projects/cxx0x.html thread_local keyword is unfortunately unsupported in gcc yet.
Are there any alternatives for that? I don\'t w
GCC 4.8.0 includes support for the thread_local storage class.