Applied patches to fix #2886

[SVN r59476]
This commit is contained in:
Marshall Clow
2010-02-04 18:22:13 +00:00
parent fb72e72640
commit 9609395af0

View File

@ -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>