diff --git a/test/iterator_adaptor_test.cpp b/test/iterator_adaptor_test.cpp index ce40d70..aaa6ca7 100644 --- a/test/iterator_adaptor_test.cpp +++ b/test/iterator_adaptor_test.cpp @@ -91,7 +91,7 @@ struct ptr_iterator , V , std::random_access_iterator_tag #if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551)) - , V&, V* + , V& #endif > { @@ -102,7 +102,7 @@ private: , V , std::random_access_iterator_tag #if BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x551)) - , V&, V* + , V& #endif > super_t; @@ -184,7 +184,7 @@ main() BOOST_STATIC_ASSERT((boost::is_same::value)); BOOST_STATIC_ASSERT((boost::is_same::value)); BOOST_STATIC_ASSERT((boost::is_same::value)); - BOOST_STATIC_ASSERT((boost::is_same::value)); + BOOST_STATIC_ASSERT((boost::is_convertible::value)); } { // Test computation of default when the Value is const