forked from boostorg/unordered
Fix the version check when suppressing warnings.
[SVN r57962]
This commit is contained in:
@ -11,7 +11,7 @@
|
|||||||
#include "../helpers/random_values.hpp"
|
#include "../helpers/random_values.hpp"
|
||||||
#include "../helpers/helpers.hpp"
|
#include "../helpers/helpers.hpp"
|
||||||
|
|
||||||
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
|
#if BOOST_WORKAROUND(BOOST_MSVC, < 1400)
|
||||||
#pragma warning(disable:4267) // conversion from 'size_t' to 'unsigned int',
|
#pragma warning(disable:4267) // conversion from 'size_t' to 'unsigned int',
|
||||||
// possible loss of data.
|
// possible loss of data.
|
||||||
#endif
|
#endif
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
#include <boost/next_prior.hpp>
|
#include <boost/next_prior.hpp>
|
||||||
#include "../objects/test.hpp"
|
#include "../objects/test.hpp"
|
||||||
|
|
||||||
#if BOOST_WORKAROUND(BOOST_MSVC, <= 1300)
|
#if BOOST_WORKAROUND(BOOST_MSVC, < 1400)
|
||||||
#pragma warning(disable:4267) // conversion from 'size_t' to 'unsigned int',
|
#pragma warning(disable:4267) // conversion from 'size_t' to 'unsigned int',
|
||||||
// possible loss of data.
|
// possible loss of data.
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user