*** empty log message ***

[SVN r11614]
This commit is contained in:
Jeremy Siek 2001-11-06 16:09:14 +00:00
parent 35b3770b6f
commit 082d6e3b32

View File

@ -143,8 +143,8 @@ main()
boost::default_iterator_policies, boost::default_iterator_policies,
boost::value_type_is<const int> > Iter1; boost::value_type_is<const int> > Iter1;
BOOST_STATIC_ASSERT((boost::is_same<Iter1::value_type, int>::value)); BOOST_STATIC_ASSERT((boost::is_same<Iter1::value_type, int>::value));
#ifdef __BORLANDC__ #if defined(__BORLANDC__) || defined(BOOST_MSVC)
// This is a bug... // We currently don't know how to workaround this bug.
BOOST_STATIC_ASSERT((boost::is_same<Iter1::reference, int&>::value)); BOOST_STATIC_ASSERT((boost::is_same<Iter1::reference, int&>::value));
BOOST_STATIC_ASSERT((boost::is_same<Iter1::pointer, int*>::value)); BOOST_STATIC_ASSERT((boost::is_same<Iter1::pointer, int*>::value));
#else #else