boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
199 stars 161 forks source link

Fixed lockable_traits bugs #239

Closed Kojoley closed 5 years ago

Kojoley commented 5 years ago

On MSVC 14.1 with -std=c++17 a boost::lock(mutex) does not compile because boost::is_mutex_type<boost::mutex>::value is false.