forked from boostorg/iterator
tweak
[SVN r671]
This commit is contained in:
@@ -116,7 +116,7 @@ main()
|
|||||||
#endif
|
#endif
|
||||||
> indirect_iterator;
|
> indirect_iterator;
|
||||||
|
|
||||||
typedef boost::indirect_iterator<dummyT* const*
|
typedef boost::indirect_iterator<dummyT const* const*
|
||||||
#ifdef BOOST_NO_PARTIAL_SPECIALIZATION
|
#ifdef BOOST_NO_PARTIAL_SPECIALIZATION
|
||||||
, dummyT
|
, dummyT
|
||||||
#endif
|
#endif
|
||||||
@@ -137,7 +137,7 @@ main()
|
|||||||
|
|
||||||
|
|
||||||
#if 0 // BOOST_NO_STD_ITERATOR_TRAITS
|
#if 0 // BOOST_NO_STD_ITERATOR_TRAITS
|
||||||
dummyT*const* const_ptr = ptr;
|
dummyT const*const* const_ptr = ptr;
|
||||||
boost::random_access_iterator_test(boost::make_indirect_iterator(const_ptr), N, array);
|
boost::random_access_iterator_test(boost::make_indirect_iterator(const_ptr), N, array);
|
||||||
#endif
|
#endif
|
||||||
boost::const_nonconst_iterator_test(i, ++j);
|
boost::const_nonconst_iterator_test(i, ++j);
|
||||||
|
Reference in New Issue
Block a user