K 10 svn:author V 2 ed K 8 svn:date V 27 2014-09-02T11:16:44.487939Z K 7 svn:log V 381 Clean up slightly. - Remove c++0x hack from that was needed when Clang did not fully implement C++11. We can now safely test against C++11 to check whether thread_local is available, like we do for all other C++11 keywords. - Don't use __clang__ to test for thread safety annotation presence. It turns out we have a proper attribute for this. END