diff --git a/iterator_traits_test.cpp b/iterator_traits_test.cpp index a568903..716a411 100644 --- a/iterator_traits_test.cpp +++ b/iterator_traits_test.cpp @@ -7,6 +7,7 @@ // See http://www.boost.org for most recent version including documentation. // Revision History +// 04 Mar 2001 Patches for Intel C++ (Dave Abrahams) // 19 Feb 2001 Take advantage of improved iterator_traits to do more tests // on MSVC. Reordered some #ifdefs for coherency. // (David Abrahams) @@ -153,7 +154,7 @@ input_iterator_test, int, std::ptrdiff_t, int*, int&, typedef ::std::char_traits::off_type distance; non_pointer_test,int, distance,int*,int&,std::output_iterator_tag> ostream_iterator_test; -#elif defined(BOOST_MSVC) && !defined(__SGI_STL_PORT) +#elif defined(BOOST_MSVC_STD_ITERATOR) non_pointer_test, int, void, void, void, std::output_iterator_tag> ostream_iterator_test;