mirror of
https://github.com/boostorg/functional.git
synced 2025-08-01 21:44:28 +02:00
Reverting the last change as it's not a main function so returning
'boost::report_errors' would be wrong. The main function is in link_no_ext_test.cpp and does return 'boost::report_errors'. [SVN r37064]
This commit is contained in:
@@ -17,7 +17,6 @@ int f(std::size_t hash1, int* x1) {
|
||||
std::vector<std::size_t> x;
|
||||
x.push_back(*x1);
|
||||
HASH_NAMESPACE::hash<std::vector<std::size_t> > vector_hasher;
|
||||
BOOST_TEST(vector_hasher(x) == HASH_NAMESPACE::hash_value(x));
|
||||
return boost::report_errors();
|
||||
return vector_hasher(x) != HASH_NAMESPACE::hash_value(x);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user