diff --git a/include/boost/array.hpp b/include/boost/array.hpp index c95bb09..fd2242f 100644 --- a/include/boost/array.hpp +++ b/include/boost/array.hpp @@ -29,6 +29,8 @@ #if BOOST_WORKAROUND(BOOST_MSVC, >= 1400) # pragma warning(push) # pragma warning(disable:4996) // 'std::equal': Function call with parameters that may be unsafe +# pragma warning(disable:4510) // boost::array' : default constructor could not be generated +# pragma warning(disable:4610) // warning C4610: class 'boost::array' can never be instantiated - user defined constructor required #endif #include