displabed some warnings and applied Ticket #1284: sub_range_copy.patch

[SVN r40376]
This commit is contained in:
Thorsten Jørgen Ottosen
2007-10-23 19:50:59 +00:00
parent 17514e1d44
commit bbd9fdb7bd
2 changed files with 16 additions and 17 deletions

View File

@ -36,6 +36,9 @@
#endif
#include <cstddef>
#if BOOST_WORKAROUND(BOOST_MSVC, == 1310) || BOOST_WORKAROUND(BOOST_MSVC, == 1400)
#pragma warning( disable : 4996 )
#endif
/*! \file
Defines the \c iterator_class and related functions.