id summary reporter owner description type status milestone component version severity resolution keywords cc 11788 cland and boost on windows thosrtanner58@… Anthony Williams "I've come across two problems with boost (1.57) and clang (3.6.1) on windows where boost is getting confused probably by clang reporting it has microsoft versions 1. Somehow or other it ends up in msvc/typeof_impl.hpp without BOOST_MSVC being defined - I believe the fix for this would be to change boost/typeof/typeof.hpp to check if __clang__ is defined if _MSC_VER is defined and use native typeof. 2. There is also a problem with thread_primitives.hpp - see http://stackoverflow.com/questions/30003585/trouble-using-boost-thread-headers-with-clang-windows - where (apart from compiling with a compatibility flag and hacking one of the headers) I can't really see a proper answer" Bugs closed To Be Determined config Boost 1.57.0 Problem obsolete