<div dir="rtl"><div dir="ltr">BOOST + clang-cl is an mostly an untested combination. Some part of BOOST identify clang as MSVC and provide workaround MSVC or features which are not required or not compatible with clang. I reported some issues to BOOST and clang which got fixed about two months ago but there were more unresolved issues I didn't have the time to look into.</div></div><div class="gmail_extra"><br><div class="gmail_quote"><div dir="ltr">2016-02-11 7:56 GMT+02:00 Dennis Luehring <span dir="ltr"><<a href="mailto:dl.soluz@gmx.net" target="_blank">dl.soluz@gmx.net</a>></span>:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Am 11.02.2016 um 06:38 schrieb Yaron Keren:<br>
</span><span class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Try -DBOOST_USE_WINDOWS_H<br>
-DBOOST_SP_USE_STD_ATOMIC may also be needed.<br>
</blockquote>
<br></span>
another test does not compile<br>
<br>
---- internal_tests.cpp<br>
#include <boost/signals2.hpp><br>
<br>
typedef boost::signals2::signal<void (int test)> my_signal;<br>
----<span class=""><br>
<br>
1>  In file included from internal_tests.cpp:2:<br></span>
1>  In file included from D:\projects\test\\..\boost_1_60_0\boost/signals2.hpp:18:<br>
1>  In file included from D:\projects\test\\..\boost_1_60_0\boost/signals2/last_value.hpp:14:<br>
1>  In file included from D:\projects\test\\..\boost_1_60_0\boost/optional.hpp:15:<br>
1>  In file included from D:\projects\test\\..\boost_1_60_0\boost/optional/optional.hpp:34:<br>
1>D:\projects\testr\\..\boost_1_60_0\boost/type_traits/has_nothrow_constructor.hpp(26,83): error : use of undeclared identifier 'is_default_constructible'<br>
1>  template <class T> struct has_nothrow_constructor : public integral_constant<bool, BOOST_HAS_NOTHROW_CONSTRUCTOR(T)>{};<br>
1> ^<br>
1> D:\projects\testr\\..\boost_1_60_0\boost/type_traits/intrinsics.hpp(193,79) :  note: expanded from macro 'BOOST_HAS_NOTHROW_CONSTRUCTOR'<br>
1>  #     define BOOST_HAS_NOTHROW_CONSTRUCTOR(T) (__has_nothrow_constructor(T) && is_default_constructible<T>::value)<br>
1><br>
<br>
>20 errors<br>
<br>
btw: BOOST_SP_USE_STD_ATOMIC does not work for VS 2010 - there is no std::atomic available in the microsoft/VS2010 STL<br>
<br>
<br>
</blockquote></div><br></div>