forked from boostorg/unordered
Unordered: Small improvements for windows.
[SVN r73760]
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
#include "../helpers/equivalent.hpp"
|
||||
#include "../helpers/invariants.hpp"
|
||||
|
||||
#if defined(BOOST_MSVC)
|
||||
#pragma warning(disable:4127) // conditional expression is constant
|
||||
#endif
|
||||
|
||||
namespace move_tests
|
||||
{
|
||||
test::seed_t seed(98624);
|
||||
|
||||
Reference in New Issue
Block a user