mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
fixed usage of indirect_iterator_pair_generator
[SVN r9053]
This commit is contained in:
parent
456dfd0dea
commit
36a9e4d1da
@ -124,7 +124,6 @@ void more_indirect_iterator_tests()
|
|||||||
const int*
|
const int*
|
||||||
#ifdef BOOST_NO_STD_ITERATOR_TRAITS
|
#ifdef BOOST_NO_STD_ITERATOR_TRAITS
|
||||||
, boost::iterator<std::random_access_iterator_tag,int,std::ptrdiff_t,const int*,const int&>
|
, boost::iterator<std::random_access_iterator_tag,int,std::ptrdiff_t,const int*,const int&>
|
||||||
, int*
|
|
||||||
, boost::iterator<std::random_access_iterator_tag,int>
|
, boost::iterator<std::random_access_iterator_tag,int>
|
||||||
#endif
|
#endif
|
||||||
> IndirectDeque;
|
> IndirectDeque;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user