Skip to content

AppleClang: Better detection of C++11 full support on non x86_64

The i386 platform doesn't support cxx_thread_local till iOS 10 The armv7 platforms don't supprot cxx_thread_local till iOS 9

Merge request reports