Stop support CW7; workaround for aCC

[SVN r24191]
This commit is contained in:
Dave Abrahams
2004-07-30 16:36:36 +00:00
parent a6d200f262
commit 1a9677d9dc

View File

@ -204,7 +204,6 @@ namespace boost
>
type;
};
template <class T> int static_assert_convertible_to(T);
}
//
@ -302,8 +301,7 @@ namespace boost
>::type my_traversal;
# define BOOST_ITERATOR_ADAPTOR_ASSERT_TRAVERSAL(cat) \
typedef int assertion[sizeof(detail::static_assert_convertible_to<cat>(my_traversal()))];
// BOOST_STATIC_ASSERT((is_convertible<my_traversal,cat>::value));
BOOST_STATIC_ASSERT((is_convertible<my_traversal,cat>::value));
void advance(typename super_t::difference_type n)
{