Compare commits

..

2 Commits

Author SHA1 Message Date
edcea5d276 This commit was manufactured by cvs2svn to create branch 'split-config'.
[SVN r10742]
2001-08-04 14:31:38 +00:00
81e3df2b36 changed _MSC_VER to BOOST_MSVC
[SVN r10705]
2001-07-25 19:38:41 +00:00

View File

@ -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