[SVN r43063]
This commit is contained in:
Daniel James
2008-02-03 10:35:18 +00:00
parent a74f2d445b
commit 1280b36f76
7 changed files with 83 additions and 13 deletions

View File

@@ -189,7 +189,6 @@ void iterator_comparison_test() {
BOOST_CHECK(!(end - 1 < it));
}
// TODO add insert, push_back etc.
void iterator_invalidation_test() {
#if !defined(NDEBUG) && !defined(BOOST_CB_DISABLE_DEBUG)