no change

[SVN r21475]
This commit is contained in:
Jeremy Siek 2004-01-04 16:07:24 +00:00
parent 0b5b315a7f
commit a450053b0a

View File

@ -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);