Merge bug fix to release; Fixes #7989

[SVN r83193]
This commit is contained in:
Marshall Clow
2013-02-27 23:37:21 +00:00
parent 40b5941652
commit 2381d0bdac
2 changed files with 4 additions and 4 deletions

View File

@ -181,12 +181,10 @@ void iterator_test()
BOOST_CHECK(siter==split_iterator<string::iterator>(siter));
BOOST_CHECK(siter==split_iterator<string::iterator>());
#if 0
// Make sure we work with forward iterators
// See bug #7989
list<char> l1;
find_iterator<list<char>::iterator> liter=make_find_iterator(l1, first_finder("xx"));
#endif
}
BOOST_AUTO_TEST_CASE( test_main )