mirror of
https://github.com/boostorg/array.git
synced 2025-07-29 12:17:40 +02:00
Disable array_hash.cpp under C++03
This commit is contained in:
@ -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 ;
|
||||
|
Reference in New Issue
Block a user