Skip to content

Commit

Permalink
Disable deprecation warnings in protect_cpp20_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 7, 2024
1 parent dae3bc7 commit 9d6b7fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/protect_cpp20_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9d6b7fb

Please sign in to comment.