From 096c961d9a612756b82d079b42bd9804866570d3 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 4 Mar 2001 16:08:20 +0000 Subject: [PATCH] Patches for Intel C++ [SVN r9425] --- iterator_traits_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;