From 9609395af0e9a256406458462fbd6285472d9431 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 4 Feb 2010 18:22:13 +0000 Subject: [PATCH] Applied patches to fix #2886 [SVN r59476] --- include/boost/array.hpp | 2 ++ 1 file changed, 2 insertions(+) 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