mirror of
https://github.com/boostorg/unordered.git
synced 2025-05-11 13:34:06 +00:00
shut down VS warning
This commit is contained in:
parent
d9d4ff1676
commit
651f209e20
@ -5,11 +5,16 @@
|
||||
|
||||
#include "helpers.hpp"
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/unordered/concurrent_flat_map.hpp>
|
||||
#include <boost/unordered/concurrent_flat_set.hpp>
|
||||
|
||||
#include <boost/core/ignore_unused.hpp>
|
||||
|
||||
#if defined(BOOST_MSVC)
|
||||
#pragma warning(disable : 4127) // conditional expression is constant
|
||||
#endif
|
||||
|
||||
struct raii_convertible
|
||||
{
|
||||
int x = 0, y = 0 ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user