1
0
forked from boostorg/core

fix duplicate typedef

[SVN r10597]
This commit is contained in:
Jens Maurer
2001-07-12 17:40:38 +00:00
committed by Peter Dimov
parent 5ce7f21c64
commit f9cb368334

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