#~ Copyright Rene Rivera 2008 #~ 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 ; project : requirements /boost/array//boost_array /boost/core//boost_core extra msvc:on clang:on gcc:on gcc-4.6:-Wno-missing-braces gcc-4.7:-Wno-missing-braces gcc-4.6:-Wno-missing-field-initializers gcc-4.7:-Wno-missing-field-initializers gcc-4.8:-Wno-missing-field-initializers gcc-4.9:-Wno-missing-field-initializers gcc-4.6:-Wno-type-limits gcc-4.7:-Wno-type-limits gcc-10:-Wno-type-limits clang:-Wno-unnamed-type-template-args clang-3.5:-Wno-missing-braces clang-3.6:-Wno-missing-braces clang-3.7:-Wno-missing-braces clang-3.8:-Wno-missing-braces clang-3.9:-Wno-missing-braces clang-4:-Wno-missing-braces clang-5:-Wno-missing-braces ; # run array0.cpp ; run array1.cpp ; run array2.cpp ; run array3.cpp ; run array4.cpp ; run array5.cpp ; run array6.cpp ; run array7.cpp ; compile array_constexpr.cpp ; compile-fail array_getfail1.cpp : off ; compile-fail array_getfail2.cpp : off ; run array_hash.cpp : : : /boost/container_hash//boost_container_hash [ requires cxx11_noexcept ] ; # run array_typedef_test.cpp ; run array_elems_test.cpp ; run array_init_test.cpp ; run array_copy_test.cpp ; run array_convert_test.cpp ; run array_data_test.cpp ; run array_iterator_test.cpp ; run array_reverse_test.cpp ; run array_size_test.cpp ; run array_access_test.cpp ; run array_c_array_test.cpp ; run array_fill_test.cpp ; run array_assign_test.cpp ; run array_swap_test.cpp ; run array_swap_test2.cpp ; run array_eq_test.cpp ; run array_lt_test.cpp ; run array_thw_test.cpp ; run array_get_test.cpp ; # C++11 constexpr compile array_init_test_cx.cpp ; compile array_copy_test_cx.cpp ; compile array_data_test_cx.cpp ; compile array_iterator_test_cx.cpp ; compile array_size_test_cx.cpp ; compile array_access_test_cx.cpp ; compile array_get_test_cx.cpp ; # C++14 constexpr compile array_assign_test_cx.cpp ; compile array_access_test_cx2.cpp ; compile array_fill_test_cx.cpp ; compile array_eq_test_cx.cpp ; compile array_lt_test_cx.cpp ; compile array_thw_test_cx.cpp ; # run quick.cpp ;