mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
*** empty log message ***
[SVN r11614]
This commit is contained in:
parent
35b3770b6f
commit
082d6e3b32
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user