You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems that MSVC doesn't support _Thread_local. We can maybe solve this by defining a macro that expands to __declspec(thread) when using MSVC and _Thread_local when using standard conforming compilers.
Seems that MSVC doesn't support
_Thread_local. We can maybe solve this by defining a macro that expands to__declspec(thread)when using MSVC and_Thread_localwhen using standard conforming compilers.