Support for clang.

[SVN r61640]
This commit is contained in:
Daniel James
2010-04-28 08:23:41 +00:00
parent ec97640b1b
commit 795d9f0aa7
6 changed files with 62 additions and 2 deletions

View File

@@ -142,7 +142,6 @@ void constructor_tests1(T*,
std::cerr<<"Construct 11\n";
{
test::random_values<T> v(1000, generator);
T x(al);
BOOST_TEST(x.empty());
BOOST_TEST(test::equivalent(x.hash_function(), hf));