mirror of
https://github.com/boostorg/array.git
synced 2025-07-30 04:37:21 +02:00
Disable warnings for compile-fail tests
This commit is contained in:
@ -52,8 +52,10 @@ run array7.cpp ;
|
|||||||
|
|
||||||
compile array_constexpr.cpp ;
|
compile array_constexpr.cpp ;
|
||||||
|
|
||||||
compile-fail array_getfail1.cpp ;
|
compile-fail array_getfail1.cpp
|
||||||
compile-fail array_getfail2.cpp ;
|
: <warnings>off ;
|
||||||
|
compile-fail array_getfail2.cpp
|
||||||
|
: <warnings>off ;
|
||||||
|
|
||||||
run array_hash.cpp
|
run array_hash.cpp
|
||||||
: : : [ requires cxx11_noexcept ] ;
|
: : : [ requires cxx11_noexcept ] ;
|
||||||
|
Reference in New Issue
Block a user