mirror of
https://github.com/boostorg/core.git
synced 2025-09-01 21:50:55 +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