From 0e41b2cc1a48c6129b46bf62bd38cc6533ebe5fa Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 29 Jan 2001 02:14:44 +0000 Subject: [PATCH] Removed not_an_iterator detritus [SVN r8808] --- counting_iterator_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/counting_iterator_test.cpp b/counting_iterator_test.cpp index dc999e6..c2afdf3 100644 --- a/counting_iterator_test.cpp +++ b/counting_iterator_test.cpp @@ -6,7 +6,9 @@ // See http://www.boost.org for most recent version including documentation. // // Revision History +// 28 Jan 2001 Removed not_an_iterator detritus (David Abrahams) // 24 Jan 2001 Initial revision (David Abrahams) + #include #include #include @@ -37,8 +39,6 @@ template struct is_numeric }; }; -struct not_an_iterator_tag {}; - // Special tests for RandomAccess CountingIterators. template void category_test(