mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-20 04:32:41 +00: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