forked from boostorg/unordered
Test inserting and constructing from input iterators.
Check thrown exception types properly. Return by reference from 'get_key' so that the keys aren't copied. [SVN r3115]
This commit is contained in:
@@ -78,7 +78,6 @@ void erase_tests1(Container* = 0)
|
||||
BOOST_TEST(next ==
|
||||
(index == 0 ? x.begin() : boost::next(prev)));
|
||||
BOOST_TEST(x.count(key) == count - 1);
|
||||
std::cerr<<x.count(key)<<"/"<<(count - 1)<<"\n";
|
||||
BOOST_TEST(x.size() == size);
|
||||
}
|
||||
BOOST_TEST(x.empty());
|
||||
|
||||
Reference in New Issue
Block a user