mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-23 09:27:15 +02:00
Minor sunpro compartibility fix
[SVN r14741]
This commit is contained in:
@ -1150,7 +1150,7 @@ template <class OuterIterator, // Mutable or Immutable, does not matter
|
||||
#else
|
||||
= Value &
|
||||
#endif
|
||||
, class ConstReference = const Value&
|
||||
, class ConstReference = Value const&
|
||||
, class Category = BOOST_ARG_DEPENDENT_TYPENAME boost::detail::iterator_traits<
|
||||
OuterIterator>::iterator_category
|
||||
, class Pointer
|
||||
@ -1160,7 +1160,7 @@ template <class OuterIterator, // Mutable or Immutable, does not matter
|
||||
#else
|
||||
= Value*
|
||||
#endif
|
||||
, class ConstPointer = const Value*
|
||||
, class ConstPointer = Value const*
|
||||
>
|
||||
struct indirect_iterator_pair_generator
|
||||
{
|
||||
|
Reference in New Issue
Block a user