From 8729fbdbfa124291612bc011a7d639d8701de0c2 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 9 Jul 2024 19:41:04 +0300 Subject: [PATCH] Update GCC workaround in bind_dm3_test --- test/bind_dm3_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bind_dm3_test.cpp b/test/bind_dm3_test.cpp index 77f9897..3bd4a4e 100644 --- a/test/bind_dm3_test.cpp +++ b/test/bind_dm3_test.cpp @@ -17,7 +17,7 @@ // http://www.boost.org/LICENSE_1_0.txt) // -#if defined(BOOST_GCC) && BOOST_GCC >= 130000 && BOOST_GCC < 140000 +#if defined(BOOST_GCC) && BOOST_GCC >= 130000 && BOOST_GCC < 150000 // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113256 # pragma GCC diagnostic ignored "-Wdangling-reference" #endif