Unverified Commit 37c1c9de authored by Dominik Charousset's avatar Dominik Charousset Committed by GitHub

Merge pull request #988

Do not use thread_local for MinGW
parents ff3d74ae 917e4b51
......@@ -148,6 +148,9 @@
# ifdef __APPLE__
# define CAF_NO_THREAD_LOCAL
# endif
# ifdef __MINGW32__
# define CAF_NO_THREAD_LOCAL
# endif
#elif defined(_MSC_VER)
# define CAF_MSVC
# define CAF_LIKELY(x) x
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment