From 680d5e63965e189f76023cdc9ebbd2d772ed5118 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 24 Mar 2021 19:10:53 +0200 Subject: [PATCH] Disable g++-4.7 warning --- test/Jamfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Jamfile b/test/Jamfile index a139571..0a1be29 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -68,7 +68,7 @@ run mp_product.cpp ; run mp_drop.cpp ; run mp_iota.cpp ; run mp_at.cpp ; -run mp_at_sf.cpp ; +run mp_at_sf.cpp : : : gcc-4.7:all ; run mp_take.cpp ; run mp_replace.cpp ; run mp_replace_if.cpp ;