Disable warnings for compile-fail tests

This commit is contained in:
Peter Dimov
2025-01-27 19:41:32 +02:00
parent 59e9940d5b
commit 61bbcbf341

View File

@ -52,8 +52,10 @@ run array7.cpp ;
compile array_constexpr.cpp ;
compile-fail array_getfail1.cpp ;
compile-fail array_getfail2.cpp ;
compile-fail array_getfail1.cpp
: <warnings>off ;
compile-fail array_getfail2.cpp
: <warnings>off ;
run array_hash.cpp
: : : [ requires cxx11_noexcept ] ;