From 536721c41d361e573ec4252d66ef135df15d521e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sat, 12 Feb 2022 18:42:52 +0200 Subject: [PATCH] Disable placeholder_std_bind_test on GCC 4.4 --- test/placeholder_std_bind_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/placeholder_std_bind_test.cpp b/test/placeholder_std_bind_test.cpp index 8f65901..8557729 100644 --- a/test/placeholder_std_bind_test.cpp +++ b/test/placeholder_std_bind_test.cpp @@ -10,7 +10,7 @@ #include -#if defined( BOOST_NO_CXX11_HDR_FUNCTIONAL ) +#if defined(BOOST_NO_CXX11_HDR_FUNCTIONAL) || ( defined(BOOST_GCC) && BOOST_GCC < 40600 ) int main() {