shut down VS warning

This commit is contained in:
joaquintides 2023-09-11 09:53:20 +02:00
parent d9d4ff1676
commit 651f209e20

View File

@ -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 ;