1
0
forked from boostorg/bind

Disable deprecation warnings in protect_cpp20_test.cpp

This commit is contained in:
Peter Dimov
2024-01-07 02:14:46 +02:00
parent dae3bc7e89
commit 9d6b7fb86e

View File

@ -2,6 +2,8 @@
// Distributed under the Boost Software License, Version 1.0.
// https://www.boost.org/LICENSE_1_0.txt)
#define _SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING
#include <boost/bind/protect.hpp>
#include <boost/core/lightweight_test.hpp>
#include <boost/config.hpp>