boostorg / thread

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

Suppress variadic macro warnings #241

Closed Kojoley closed 5 years ago

Kojoley commented 5 years ago

The workaround was stolen from boost/static_assert.hpp and works in Clang too

viboes commented 5 years ago

Yeah, why I didn't thought to this before ?