Compare commits

..

2 Commits

Author SHA1 Message Date
fe898b5936 Create maintenance branch for 1.41.
[SVN r57781]
2009-11-19 06:09:27 +00:00
975e8a2a45 Release 1.41.0
[SVN r57747]
2009-11-18 14:58:26 +00:00

View File

@ -24,13 +24,6 @@
#ifndef BOOST_ARRAY_HPP
#define BOOST_ARRAY_HPP
#include <boost/detail/workaround.hpp>
#if BOOST_WORKAROUND(BOOST_MSVC, >= 1400)
# pragma warning(push)
# pragma warning(disable:4996) // 'std::equal': Function call with parameters that may be unsafe
#endif
#include <cstddef>
#include <stdexcept>
#include <boost/assert.hpp>
@ -327,9 +320,4 @@ namespace boost {
} /* namespace boost */
#if BOOST_WORKAROUND(BOOST_MSVC, >= 1400)
# pragma warning(pop)
#endif
#endif /*BOOST_ARRAY_HPP*/