Minor sunpro compartibility fix

[SVN r14741]
This commit is contained in:
Gennadiy Rozental
2002-08-08 16:42:18 +00:00
parent b22a3adc02
commit 34c159dd8d

View File

@ -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
{