mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +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::value_type_is<const int> > Iter1;
|
||||
BOOST_STATIC_ASSERT((boost::is_same<Iter1::value_type, int>::value));
|
||||
#ifdef __BORLANDC__
|
||||
// This is a bug...
|
||||
#if defined(__BORLANDC__) || defined(BOOST_MSVC)
|
||||
// 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::pointer, int*>::value));
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user