mirror of
https://github.com/boostorg/detail.git
synced 2025-07-31 21:04:27 +02:00
fix duplicate typedef
[SVN r10597]
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user