Boost C++ Libraries: Ticket #7708: clang + C++11 + libstdc++ compile errors https://svn.boost.org/trac10/ticket/7708 <p> There are a lot of errors when compiling with clang on c++11 mode and linking with the default library libstdc++. The errors come from the fact that the code is expecting the standard library to provide some c++11 features which are missing, as std::forward. </p> <pre class="wiki">clang-darwin.compile.c++ ../../../bin.v2/libs/test/test/class_properties_test.test/clang-darwin-3.1x/debug/class_properties_test.o In file included from class_properties_test.cpp:17: In file included from ../../../boost/test/unit_test.hpp:19: In file included from ../../../boost/test/test_tools.hpp:373: In file included from ../../../boost/test/tools/impl.hpp:25: In file included from ../../../boost/test/tools/assertion.hpp:19: ../../../boost/test/utils/is_forward_iterable.hpp:72:26: error: no template named 'enable_if' in namespace 'std'; did you mean '__gnu_cxx::__enable_if'? static typename std::enable_if&lt; ~~~~~^~~~~~~~~ __gnu_cxx::__enable_if </pre><p> See the attached file for a complete list of failures when running the libs/test tests. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/7708 Trac 1.4.3 viboes Sun, 18 Nov 2012 09:47:26 GMT attachment set https://svn.boost.org/trac10/ticket/7708 https://svn.boost.org/trac10/ticket/7708 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">f.log.gz</span> </li> </ul> Ticket Gennadiy Rozental Wed, 08 Jul 2015 04:59:36 GMT status, milestone changed; resolution set https://svn.boost.org/trac10/ticket/7708#comment:1 https://svn.boost.org/trac10/ticket/7708#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">worksforme</span> </li> <li><strong>milestone</strong> <span class="trac-field-old">To Be Determined</span> → <span class="trac-field-new">Boost 1.59.0</span> </li> </ul> <p> I believe clang compilation works fine now. </p> Ticket