We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3071b9e commit 47fd6b8Copy full SHA for 47fd6b8
1 file changed
include/boost/thread/detail/config.hpp
@@ -470,7 +470,8 @@
470
#else //Use default
471
# if defined(BOOST_THREAD_PLATFORM_WIN32)
472
# if defined(BOOST_MSVC) || defined(BOOST_INTEL_WIN) \
473
- || defined(__MINGW32__) || defined(MINGW32) || defined(BOOST_MINGW32)
+ || defined(__MINGW32__) || defined(MINGW32) || defined(BOOST_MINGW32) \
474
+ || (defined(_MSC_VER) && defined(__clang__))
475
//For compilers supporting auto-tss cleanup
476
//with Boost.Threads lib, use Boost.Threads lib
477
# define BOOST_THREAD_USE_LIB
0 commit comments