Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59476 - trunk/boost
From: marshall_at_[hidden]
Date: 2010-02-04 13:22:14


Author: marshall
Date: 2010-02-04 13:22:13 EST (Thu, 04 Feb 2010)
New Revision: 59476
URL: http://svn.boost.org/trac/boost/changeset/59476

Log:
Applied patches to fix #2886
Text files modified:
   trunk/boost/array.hpp | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: trunk/boost/array.hpp
==============================================================================
--- trunk/boost/array.hpp (original)
+++ trunk/boost/array.hpp 2010-02-04 13:22:13 EST (Thu, 04 Feb 2010)
@@ -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<T,N>' : default constructor could not be generated
+# pragma warning(disable:4610) // warning C4610: class 'boost::array<T,N>' can never be instantiated - user defined constructor required
 #endif
 
 #include <cstddef>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk