forked from boostorg/range
displabed some warnings and applied Ticket #1284: sub_range_copy.patch
[SVN r40376]
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user