Disable array_hash.cpp under C++03

This commit is contained in:
Peter Dimov
2024-11-04 03:43:06 +02:00
parent f9c01c811a
commit 9a11abcb9f

View File

@ -2,7 +2,10 @@
#~ Distributed under the Boost Software License, Version 1.0.
#~ (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
require-b2 5.0.1 ;
import testing ;
import-search /boost/config/checks ;
import config : requires ;
run array0.cpp ;
run array1.cpp ;
@ -12,9 +15,13 @@ run array4.cpp ;
run array5.cpp ;
run array6.cpp ;
run array7.cpp ;
# run array_constexpr.cpp ;
compile-fail array_getfail1.cpp ;
compile-fail array_getfail2.cpp ;
run array_hash.cpp ;
run array_hash.cpp
: : : [ requires cxx11_noexcept ] ;
run quick.cpp ;