From 7a2b9d66a9813b3cc22102540e6d634600573192 Mon Sep 17 00:00:00 2001 From: Nicola Musatti Date: Mon, 17 Apr 2006 14:23:24 +0000 Subject: [PATCH] Borland workaround updated [SVN r33719] --- test/iterator_traits_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/iterator_traits_test.cpp b/test/iterator_traits_test.cpp index 6a72e8f..3131d44 100644 --- a/test/iterator_traits_test.cpp +++ b/test/iterator_traits_test.cpp @@ -153,7 +153,7 @@ struct maybe_pointer_test input_iterator_test, int, std::ptrdiff_t, int*, int&, std::input_iterator_tag> istream_iterator_test; -#if defined(__BORLANDC__) && !defined(__SGI_STL_PORT) +#if BOOST_WORKAROUND(__BORLANDC__, <= 0x564) && !defined(__SGI_STL_PORT) typedef ::std::char_traits::off_type distance; non_pointer_test,int, distance,int*,int&,std::output_iterator_tag> ostream_iterator_test;