mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-01 06:51:03 +02:00
Compare commits
2 Commits
boost-1.23
...
svn-branch
Author | SHA1 | Date | |
---|---|---|---|
edcea5d276 | |||
81e3df2b36 |
@ -656,7 +656,7 @@ struct iterator_adaptor :
|
||||
return policies().dereference(type<reference>(), iter());
|
||||
}
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef BOOST_MSVC
|
||||
# pragma warning(push)
|
||||
# pragma warning( disable : 4284 )
|
||||
#endif
|
||||
@ -665,7 +665,7 @@ struct iterator_adaptor :
|
||||
operator->() const
|
||||
{ return detail::operator_arrow(*this, iterator_category()); }
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef BOOST_MSVC
|
||||
# pragma warning(pop)
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user