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