Created by: Shixiaowei02
[见 #4261 ]
iOS 8 系统库无法完整支持 C++11 标准,所以禁用 thread_local 关键字避免报错: Thread-local storage is not supported for the current target.
iOS 8
C++11
thread_local
Thread-local storage is not supported for the current target.