mirror of
https://github.com/boostorg/utility.git
synced 2025-05-08 10:24:00 +00:00
Removed not_an_iterator detritus
[SVN r8808]
This commit is contained in:
parent
e5c81d0702
commit
0e41b2cc1a
@ -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 <boost/counting_iterator.hpp>
|
||||
#include <boost/detail/iterator.hpp>
|
||||
#include <climits>
|
||||
@ -37,8 +39,6 @@ template <class T> struct is_numeric
|
||||
};
|
||||
};
|
||||
|
||||
struct not_an_iterator_tag {};
|
||||
|
||||
// Special tests for RandomAccess CountingIterators.
|
||||
template <class CountingIterator>
|
||||
void category_test(
|
||||
|
Loading…
x
Reference in New Issue
Block a user