How to get support for thread_local on Mac OSX clang?
The version of clang supplied with Xcode 8 (and later) supports the thread_local
keyword; see the discussion here.
The version of clang supplied with Xcode 8 (and later) supports the thread_local
keyword; see the discussion here.