mirror of
https://github.com/boostorg/container.git
synced 2026-07-05 14:00:45 +02:00
Remove bad get_iterator case, new implementation asserts in that case
This commit is contained in:
@@ -550,10 +550,6 @@ void test_get_iterator()
|
||||
nest<int>::const_iterator cfound = ch.get_iterator(p);
|
||||
BOOST_TEST(cfound != ch.end());
|
||||
BOOST_TEST_EQ(*cfound, 42);
|
||||
|
||||
nest<int>::const_pointer bad = 0;
|
||||
nest<int>::iterator not_found = h.get_iterator(bad);
|
||||
(void)not_found;
|
||||
}
|
||||
|
||||
struct sum_functor
|
||||
|
||||
Reference in New Issue
Block a user