boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
198 stars 162 forks source link

Fix linker error with clang-cl #286 #290

Closed thebrandre closed 4 years ago

thebrandre commented 4 years ago

Fix issue #286

Analog to this patch for boost.type_index, I check for clang-win by testing if both __clang__ and _MSC_VER are set.