On Sun, Jul 5, 2015 at 4:00 PM, Gennadiy Rozental <rogeeff@gmail.com> wrote:
Hi,

There seems to be a setup issue with this compiler:

In file included from ../libs/test/test/utils-ts/algorithm-test.cpp:17:
In file included from ../boost/test/unit_test.hpp:18:
In file included from ../boost/test/test_tools.hpp:38:
In file included from ../boost/test/tools/old/impl.hpp:20:
In file included from ../boost/test/tools/assertion_result.hpp:21:
In file included from ../boost/shared_ptr.hpp:17:
In file included from ../boost/smart_ptr/shared_ptr.hpp:28:
In file included from ../boost/smart_ptr/detail/shared_count.hpp:30:
../boost/smart_ptr/detail/sp_counted_impl.hpp:229:31: error: no type named
'allocator_traits' in namespace 'std'
        typedef typename std::allocator_traits<A>::template rebind_alloc< this_type > A2;

Is this a feature that is supposed to be supported in clang-3.0? I don't see any other testers running that one, so I have nothing to cross reference against. I haven't made any config changes for that runner, it is just the default setup.

Tom