From 9d6b7fb86e5d93007dc8c1c4a3f712b0c0666023 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 7 Jan 2024 02:14:46 +0200 Subject: [PATCH] Disable deprecation warnings in protect_cpp20_test.cpp --- test/protect_cpp20_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/protect_cpp20_test.cpp b/test/protect_cpp20_test.cpp index b20ce005b..9a6ab25f9 100644 --- a/test/protect_cpp20_test.cpp +++ b/test/protect_cpp20_test.cpp @@ -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 #include #include