diff --git a/include/boost/type_traits/is_copy_constructible.hpp b/include/boost/type_traits/is_copy_constructible.hpp index 77c4ac5..c688264 100644 --- a/include/boost/type_traits/is_copy_constructible.hpp +++ b/include/boost/type_traits/is_copy_constructible.hpp @@ -72,6 +72,11 @@ namespace boost { #include #include +#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