diff --git a/iter_traits_gen_test.cpp b/iter_traits_gen_test.cpp index a53354f..b0330a2 100644 --- a/iter_traits_gen_test.cpp +++ b/iter_traits_gen_test.cpp @@ -29,9 +29,13 @@ main() boost::iterator_traits_generator ::reference ::iterator_category > iter_type; - - BOOST_STATIC_ASSERT((boost::is_same::value)); - + + BOOST_STATIC_ASSERT((boost::is_same::value)); + + BOOST_STATIC_ASSERT(( ! boost::is_convertible::value)); + iter_type i(mi); boost::input_iterator_test(i, dummyT(0), dummyT(1)); }