From 763c7f56cde9d029233cb03d574bc7e2b9e8864d Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 18 Oct 2023 16:52:35 +0300 Subject: [PATCH] Disable hash tests for gcc-4.6 --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index 57c2c87..92d64f1 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -17,7 +17,7 @@ project #gcc:-Wno-delete-non-virtual-dtor (not in 4.4/4.6) ; -local cnhash = [ requires cxx11_decltype cxx11_noexcept ] ; +local cnhash = [ requires cxx11_decltype cxx11_noexcept ] gcc-4.6:no ; # quick test (for CI) run quick.cpp ;