
The C++11 standard in pre-4.8 GCC versions lacks the thread_local implementation. For those versions, the __thread qualifier should be used.
The C++11 standard in pre-4.8 GCC versions lacks the thread_local implementation. For those versions, the __thread qualifier should be used.