mirror of
https://github.com/boostorg/iterator.git
synced 2025-05-10 07:33:53 +00:00
no change
[SVN r21475]
This commit is contained in:
parent
0b5b315a7f
commit
a450053b0a
@ -43,6 +43,9 @@
|
||||
#endif
|
||||
|
||||
|
||||
template <class T> struct see_type;
|
||||
template <int I> struct see_val;
|
||||
|
||||
struct my_iterator_tag : public std::random_access_iterator_tag { };
|
||||
|
||||
using boost::dummyT;
|
||||
@ -195,7 +198,6 @@ main()
|
||||
|
||||
const_indirect_iterator j(ptr);
|
||||
boost::random_access_iterator_test(j, N, array);
|
||||
|
||||
|
||||
dummyT const*const* const_ptr = ptr;
|
||||
boost::random_access_iterator_test(boost::make_indirect_iterator(const_ptr), N, array);
|
||||
|
Loading…
x
Reference in New Issue
Block a user