<div dir="rtl"><div dir="ltr">The LLVM test-suite runs nightly. </div><div dir="ltr"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><div dir="ltr">2016-02-11 16:05 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">is there a offical list of programs/libs that gets tested on daily/weekly/whatever basis?<div class="HOEnZb"><div class="h5"><br>
<br>
Am 11.02.2016 um 07:23 schrieb Yaron Keren:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
BOOST + clang-cl is an mostly an untested combination. Some part of BOOST<br>
identify clang as MSVC and provide workaround MSVC or features which are<br>
not required or not compatible with clang. I reported some issues to BOOST<br>
and clang which got fixed about two months ago but there were more<br>
unresolved issues I didn't have the time to look into.<br>
<br>
2016-02-11 7:56 GMT+02:00 Dennis Luehring <<a href="mailto:dl.soluz@gmx.net" target="_blank">dl.soluz@gmx.net</a>>:<br>
<br>
> Am 11.02.2016 um 06:38 schrieb Yaron Keren:<br>
><br>
>> Try -DBOOST_USE_WINDOWS_H<br>
>> -DBOOST_SP_USE_STD_ATOMIC may also be needed.<br>
>><br>
><br>
> 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>
> ----<br>
><br>
> 1>  In file included from internal_tests.cpp:2:<br>
> 1>  In file included from<br>
> D:\projects\test\\..\boost_1_60_0\boost/signals2.hpp:18:<br>
> 1>  In file included from<br>
> D:\projects\test\\..\boost_1_60_0\boost/signals2/last_value.hpp:14:<br>
> 1>  In file included from<br>
> D:\projects\test\\..\boost_1_60_0\boost/optional.hpp:15:<br>
> 1>  In file included from<br>
> 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):<br>
> error : use of undeclared identifier 'is_default_constructible'<br>
> 1>  template <class T> struct has_nothrow_constructor : public<br>
> integral_constant<bool, BOOST_HAS_NOTHROW_CONSTRUCTOR(T)>{};<br>
> 1> ^<br>
> 1><br>
> D:\projects\testr\\..\boost_1_60_0\boost/type_traits/intrinsics.hpp(193,79)<br>
> :  note: expanded from macro 'BOOST_HAS_NOTHROW_CONSTRUCTOR'<br>
> 1>  #     define BOOST_HAS_NOTHROW_CONSTRUCTOR(T)<br>
> (__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<br>
> std::atomic available in the microsoft/VS2010 STL<br>
><br>
><br>
><br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>