forked from boostorg/unordered
Support for clang.
[SVN r61640]
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user