1
0
forked from boostorg/mp11

Disable g++-4.7 warning

This commit is contained in:
Peter Dimov
2021-03-24 19:10:53 +02:00
parent 6fdfb5bde8
commit 680d5e6396

View File

@@ -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 : : : <toolset>gcc-4.7:<warnings>all ;
run mp_take.cpp ;
run mp_replace.cpp ;
run mp_replace_if.cpp ;