Try and suppress some vc9 warnings.

This commit is contained in:
jzmaddock
2015-07-07 18:21:01 +01:00
parent 312bf1d8ce
commit 50e7e269e5

View File

@ -72,6 +72,11 @@ namespace boost {
#include <boost/type_traits/declval.hpp>
#include <boost/noncopyable.hpp>
#ifdef BOOST_MSVC
#pragma warning(push)
#pragma warning(disable:4181)
#endif
namespace boost {
namespace detail{
@ -173,6 +178,10 @@ namespace boost {
} // namespace boost
#ifdef BOOST_MSVC
#pragma warning(pop)
#endif
#endif
#endif // BOOST_TT_IS_COPY_CONSTRUCTIBLE_HPP_INCLUDED