forked from boostorg/iterator
changed _MSC_VER to BOOST_MSVC
[SVN r10705]
This commit is contained in:
@ -656,7 +656,7 @@ struct iterator_adaptor :
|
|||||||
return policies().dereference(type<reference>(), iter());
|
return policies().dereference(type<reference>(), iter());
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef BOOST_MSVC
|
||||||
# pragma warning(push)
|
# pragma warning(push)
|
||||||
# pragma warning( disable : 4284 )
|
# pragma warning( disable : 4284 )
|
||||||
#endif
|
#endif
|
||||||
@ -665,7 +665,7 @@ struct iterator_adaptor :
|
|||||||
operator->() const
|
operator->() const
|
||||||
{ return detail::operator_arrow(*this, iterator_category()); }
|
{ return detail::operator_arrow(*this, iterator_category()); }
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef BOOST_MSVC
|
||||||
# pragma warning(pop)
|
# pragma warning(pop)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user