fix duplicate typedef

[SVN r10597]
This commit is contained in:
Jens Maurer
2001-07-12 17:40:38 +00:00
parent 8f9b1e35bd
commit 75fb29a3b7

View File

@@ -348,7 +348,6 @@ template <> struct iterator_traits_select<false>
# elif !defined(BOOST_BAD_OUTPUT_ITERATOR_SPECIALIZATION)
typedef typename Iterator::difference_type difference_type;
typedef typename Iterator::value_type value_type;
typedef typename Iterator::difference_type difference_type;
typedef typename Iterator::pointer pointer;
typedef typename Iterator::reference reference;
# else