We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e9940 commit 61bbcbfCopy full SHA for 61bbcbf
1 file changed
test/Jamfile.v2
@@ -52,8 +52,10 @@ run array7.cpp ;
52
53
compile array_constexpr.cpp ;
54
55
-compile-fail array_getfail1.cpp ;
56
-compile-fail array_getfail2.cpp ;
+compile-fail array_getfail1.cpp
+ : <warnings>off ;
57
+compile-fail array_getfail2.cpp
58
59
60
run array_hash.cpp
61
: : : [ requires cxx11_noexcept ] ;
0 commit comments