1# 2# Regression test Jamfile for boost configuration setup. 3# *** DO NOT EDIT THIS FILE BY HAND *** 4# This file was automatically generated on Thu Apr 9 14:27:07 2020 5# by libs/config/tools/generate.cpp 6# Copyright John Maddock. 7# Use, modification and distribution are subject to the 8# Boost Software License, Version 1.0. (See accompanying file 9# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 10# 11# If you need to alter build preferences then set them in 12# the template defined in options_v2.jam. 13# 14path-constant DOT : . ; 15include $(DOT)/options_v2.jam ; 16 17run ../config_info.cpp : : : <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static ; 18run ../config_info.cpp : : : <threading>multi : config_info_threaded ; 19run ../math_info.cpp : : : <toolset>borland:<runtime-link>static <toolset>borland:<link>static ; 20run ../config_test.cpp : : : <threading>single <toolset>msvc:<runtime-link>static <toolset>msvc:<link>static ; 21run ../config_test.cpp : : : <threading>multi : config_test_threaded ; 22run ../limits_test.cpp ../../../test/build//boost_test_exec_monitor ; 23run ../abi/abi_test.cpp ../abi/main.cpp ; 24 25test-suite "BOOST_HAS_TWO_ARG_USE_FACET" : 26[ run ../has_2arg_use_facet_pass.cpp ] 27[ compile-fail ../has_2arg_use_facet_fail.cpp ] ; 28test-suite "BOOST_HAS_BETHREADS" : 29[ run ../has_bethreads_pass.cpp ] 30[ compile-fail ../has_bethreads_fail.cpp ] ; 31test-suite "BOOST_HAS_CLOCK_GETTIME" : 32[ run ../has_clock_gettime_pass.cpp ] 33[ compile-fail ../has_clock_gettime_fail.cpp ] ; 34test-suite "BOOST_HAS_PRAGMA_DETECT_MISMATCH" : 35[ run ../has_detect_mismatch_pass.cpp ] 36[ compile-fail ../has_detect_mismatch_fail.cpp ] ; 37test-suite "BOOST_HAS_DIRENT_H" : 38[ run ../has_dirent_h_pass.cpp ] 39[ compile-fail ../has_dirent_h_fail.cpp ] ; 40test-suite "BOOST_HAS_EXPM1" : 41[ run ../has_expm1_pass.cpp ] 42[ compile-fail ../has_expm1_fail.cpp ] ; 43test-suite "BOOST_HAS_FLOAT128" : 44[ run ../has_float128_pass.cpp ] 45[ compile-fail ../has_float128_fail.cpp ] ; 46test-suite "BOOST_HAS_FTIME" : 47[ run ../has_ftime_pass.cpp ] 48[ compile-fail ../has_ftime_fail.cpp ] ; 49test-suite "BOOST_HAS_GETSYSTEMTIMEASFILETIME" : 50[ run ../has_getsystemtimeasfiletime_pass.cpp ] 51[ compile-fail ../has_getsystemtimeasfiletime_fail.cpp ] ; 52test-suite "BOOST_HAS_GETTIMEOFDAY" : 53[ run ../has_gettimeofday_pass.cpp ] 54[ compile-fail ../has_gettimeofday_fail.cpp ] ; 55test-suite "BOOST_HAS_HASH" : 56[ run ../has_hash_pass.cpp ] 57[ compile-fail ../has_hash_fail.cpp ] ; 58test-suite "BOOST_HAS_INT128" : 59[ run ../has_int128_pass.cpp ] 60[ compile-fail ../has_int128_fail.cpp ] ; 61test-suite "BOOST_HAS_LOG1P" : 62[ run ../has_log1p_pass.cpp ] 63[ compile-fail ../has_log1p_fail.cpp ] ; 64test-suite "BOOST_HAS_LONG_LONG" : 65[ run ../has_long_long_pass.cpp ] 66[ compile-fail ../has_long_long_fail.cpp ] ; 67test-suite "BOOST_HAS_MACRO_USE_FACET" : 68[ run ../has_macro_use_facet_pass.cpp ] 69[ compile-fail ../has_macro_use_facet_fail.cpp ] ; 70test-suite "BOOST_HAS_MS_INT64" : 71[ run ../has_ms_int64_pass.cpp ] 72[ compile-fail ../has_ms_int64_fail.cpp ] ; 73test-suite "BOOST_HAS_NANOSLEEP" : 74[ run ../has_nanosleep_pass.cpp ] 75[ compile-fail ../has_nanosleep_fail.cpp ] ; 76test-suite "BOOST_HAS_NL_TYPES_H" : 77[ run ../has_nl_types_h_pass.cpp ] 78[ compile-fail ../has_nl_types_h_fail.cpp ] ; 79test-suite "BOOST_HAS_NRVO" : 80[ run ../has_nrvo_pass.cpp ] 81[ compile-fail ../has_nrvo_fail.cpp ] ; 82test-suite "BOOST_HAS_PARTIAL_STD_ALLOCATOR" : 83[ run ../has_part_alloc_pass.cpp ] 84[ compile-fail ../has_part_alloc_fail.cpp ] ; 85test-suite "BOOST_HAS_PTHREAD_DELAY_NP" : 86[ run ../has_pthread_delay_np_pass.cpp ] 87[ compile-fail ../has_pthread_delay_np_fail.cpp ] ; 88test-suite "BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE" : 89[ run ../has_pthread_ma_st_pass.cpp ] 90[ compile-fail ../has_pthread_ma_st_fail.cpp ] ; 91test-suite "BOOST_HAS_PTHREAD_YIELD" : 92[ run ../has_pthread_yield_pass.cpp ] 93[ compile-fail ../has_pthread_yield_fail.cpp ] ; 94test-suite "BOOST_HAS_PTHREADS" : 95[ run ../has_pthreads_pass.cpp ] 96[ compile-fail ../has_pthreads_fail.cpp ] ; 97test-suite "BOOST_HAS_RVALUE_REFS" : 98[ run ../has_rvalue_refs_pass.cpp ] 99[ compile-fail ../has_rvalue_refs_fail.cpp ] ; 100test-suite "BOOST_HAS_SCHED_YIELD" : 101[ run ../has_sched_yield_pass.cpp ] 102[ compile-fail ../has_sched_yield_fail.cpp ] ; 103test-suite "BOOST_HAS_SGI_TYPE_TRAITS" : 104[ run ../has_sgi_type_traits_pass.cpp ] 105[ compile-fail ../has_sgi_type_traits_fail.cpp ] ; 106test-suite "BOOST_HAS_SIGACTION" : 107[ run ../has_sigaction_pass.cpp ] 108[ compile-fail ../has_sigaction_fail.cpp ] ; 109test-suite "BOOST_HAS_SLIST" : 110[ run ../has_slist_pass.cpp ] 111[ compile-fail ../has_slist_fail.cpp ] ; 112test-suite "BOOST_HAS_STATIC_ASSERT" : 113[ run ../has_static_assert_pass.cpp ] 114[ compile-fail ../has_static_assert_fail.cpp ] ; 115test-suite "BOOST_HAS_STDINT_H" : 116[ run ../has_stdint_h_pass.cpp ] 117[ compile-fail ../has_stdint_h_fail.cpp ] ; 118test-suite "BOOST_HAS_STLP_USE_FACET" : 119[ run ../has_stlp_use_facet_pass.cpp ] 120[ compile-fail ../has_stlp_use_facet_fail.cpp ] ; 121test-suite "BOOST_HAS_UNISTD_H" : 122[ run ../has_unistd_h_pass.cpp ] 123[ compile-fail ../has_unistd_h_fail.cpp ] ; 124test-suite "BOOST_HAS_VARIADIC_TMPL" : 125[ run ../has_variadic_tmpl_pass.cpp ] 126[ compile-fail ../has_variadic_tmpl_fail.cpp ] ; 127test-suite "BOOST_MSVC6_MEMBER_TEMPLATES" : 128[ run ../has_vc6_mem_templ_pass.cpp ] 129[ compile-fail ../has_vc6_mem_templ_fail.cpp ] ; 130test-suite "BOOST_MSVC_STD_ITERATOR" : 131[ run ../has_vc_iterator_pass.cpp ] 132[ compile-fail ../has_vc_iterator_fail.cpp ] ; 133test-suite "BOOST_HAS_WINTHREADS" : 134[ run ../has_winthreads_pass.cpp ] 135[ compile-fail ../has_winthreads_fail.cpp ] ; 136test-suite "BOOST_NO_ADL_BARRIER" : 137[ run ../no_adl_barrier_pass.cpp ] 138[ compile-fail ../no_adl_barrier_fail.cpp ] ; 139test-suite "BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP" : 140[ run ../no_arg_dep_lookup_pass.cpp ] 141[ compile-fail ../no_arg_dep_lookup_fail.cpp ] ; 142test-suite "BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS" : 143[ run ../no_array_type_spec_pass.cpp ] 144[ compile-fail ../no_array_type_spec_fail.cpp ] ; 145test-suite "BOOST_NO_CXX11_AUTO_DECLARATIONS" : 146[ run ../no_auto_declarations_pass.cpp ] 147[ compile-fail ../no_auto_declarations_fail.cpp ] ; 148test-suite "BOOST_NO_CXX11_AUTO_MULTIDECLARATIONS" : 149[ run ../no_auto_multidecl_pass.cpp ] 150[ compile-fail ../no_auto_multidecl_fail.cpp ] ; 151test-suite "BOOST_NO_AUTO_PTR" : 152[ run ../no_auto_ptr_pass.cpp ] 153[ compile-fail ../no_auto_ptr_fail.cpp ] ; 154test-suite "BOOST_BCB_PARTIAL_SPECIALIZATION_BUG" : 155[ run ../no_bcb_partial_spec_pass.cpp ] 156[ compile-fail ../no_bcb_partial_spec_fail.cpp ] ; 157test-suite "BOOST_NO_CXX11_CHAR16_T" : 158[ run ../no_char16_t_pass.cpp ] 159[ compile-fail ../no_char16_t_fail.cpp ] ; 160test-suite "BOOST_NO_CXX11_CHAR32_T" : 161[ run ../no_char32_t_pass.cpp ] 162[ compile-fail ../no_char32_t_fail.cpp ] ; 163test-suite "BOOST_NO_COMPLETE_VALUE_INITIALIZATION" : 164[ run ../no_com_value_init_pass.cpp ] 165[ compile-fail ../no_com_value_init_fail.cpp ] ; 166test-suite "BOOST_NO_CXX11_CONSTEXPR" : 167[ run ../no_constexpr_pass.cpp ] 168[ compile-fail ../no_constexpr_fail.cpp ] ; 169test-suite "BOOST_NO_CTYPE_FUNCTIONS" : 170[ run ../no_ctype_functions_pass.cpp ] 171[ compile-fail ../no_ctype_functions_fail.cpp ] ; 172test-suite "BOOST_NO_CV_SPECIALIZATIONS" : 173[ run ../no_cv_spec_pass.cpp ] 174[ compile-fail ../no_cv_spec_fail.cpp ] ; 175test-suite "BOOST_NO_CV_VOID_SPECIALIZATIONS" : 176[ run ../no_cv_void_spec_pass.cpp ] 177[ compile-fail ../no_cv_void_spec_fail.cpp ] ; 178test-suite "BOOST_NO_CWCHAR" : 179[ run ../no_cwchar_pass.cpp ] 180[ compile-fail ../no_cwchar_fail.cpp ] ; 181test-suite "BOOST_NO_CWCTYPE" : 182[ run ../no_cwctype_pass.cpp ] 183[ compile-fail ../no_cwctype_fail.cpp ] ; 184test-suite "BOOST_NO_CXX11_ADDRESSOF" : 185[ run ../no_cxx11_addressof_pass.cpp ] 186[ compile-fail ../no_cxx11_addressof_fail.cpp ] ; 187test-suite "BOOST_NO_CXX11_ALIGNAS" : 188[ run ../no_cxx11_alignas_pass.cpp ] 189[ compile-fail ../no_cxx11_alignas_fail.cpp ] ; 190test-suite "BOOST_NO_CXX11_ALLOCATOR" : 191[ run ../no_cxx11_allocator_pass.cpp ] 192[ compile-fail ../no_cxx11_allocator_fail.cpp ] ; 193test-suite "BOOST_NO_CXX11_ATOMIC_SMART_PTR" : 194[ run ../no_cxx11_atomic_sp_pass.cpp ] 195[ compile-fail ../no_cxx11_atomic_sp_fail.cpp ] ; 196test-suite "BOOST_NO_CXX11_DEFAULTED_MOVES" : 197[ run ../no_cxx11_defaulted_moves_pass.cpp ] 198[ compile-fail ../no_cxx11_defaulted_moves_fail.cpp ] ; 199test-suite "BOOST_NO_CXX11_HDR_EXCEPTION" : 200[ run ../no_cxx11_exception_pass.cpp ] 201[ compile-fail ../no_cxx11_exception_fail.cpp ] ; 202test-suite "BOOST_NO_CXX11_FINAL" : 203[ run ../no_cxx11_final_pass.cpp ] 204[ compile-fail ../no_cxx11_final_fail.cpp ] ; 205test-suite "BOOST_NO_CXX11_HDR_ARRAY" : 206[ run ../no_cxx11_hdr_array_pass.cpp ] 207[ compile-fail ../no_cxx11_hdr_array_fail.cpp ] ; 208test-suite "BOOST_NO_CXX11_HDR_ATOMIC" : 209[ run ../no_cxx11_hdr_atomic_pass.cpp ] 210[ compile-fail ../no_cxx11_hdr_atomic_fail.cpp ] ; 211test-suite "BOOST_NO_CXX11_HDR_CHRONO" : 212[ run ../no_cxx11_hdr_chrono_pass.cpp ] 213[ compile-fail ../no_cxx11_hdr_chrono_fail.cpp ] ; 214test-suite "BOOST_NO_CXX11_HDR_CODECVT" : 215[ run ../no_cxx11_hdr_codecvt_pass.cpp ] 216[ compile-fail ../no_cxx11_hdr_codecvt_fail.cpp ] ; 217test-suite "BOOST_NO_CXX11_HDR_CONDITION_VARIABLE" : 218[ run ../no_cxx11_hdr_condition_variable_pass.cpp ] 219[ compile-fail ../no_cxx11_hdr_condition_variable_fail.cpp ] ; 220test-suite "BOOST_NO_CXX11_HDR_FORWARD_LIST" : 221[ run ../no_cxx11_hdr_forward_list_pass.cpp ] 222[ compile-fail ../no_cxx11_hdr_forward_list_fail.cpp ] ; 223test-suite "BOOST_NO_CXX11_HDR_FUTURE" : 224[ run ../no_cxx11_hdr_future_pass.cpp ] 225[ compile-fail ../no_cxx11_hdr_future_fail.cpp ] ; 226test-suite "BOOST_NO_CXX11_HDR_INITIALIZER_LIST" : 227[ run ../no_cxx11_hdr_initializer_list_pass.cpp ] 228[ compile-fail ../no_cxx11_hdr_initializer_list_fail.cpp ] ; 229test-suite "BOOST_NO_CXX11_HDR_MUTEX" : 230[ run ../no_cxx11_hdr_mutex_pass.cpp ] 231[ compile-fail ../no_cxx11_hdr_mutex_fail.cpp ] ; 232test-suite "BOOST_NO_CXX11_HDR_RANDOM" : 233[ run ../no_cxx11_hdr_random_pass.cpp ] 234[ compile-fail ../no_cxx11_hdr_random_fail.cpp ] ; 235test-suite "BOOST_NO_CXX11_HDR_RATIO" : 236[ run ../no_cxx11_hdr_ratio_pass.cpp ] 237[ compile-fail ../no_cxx11_hdr_ratio_fail.cpp ] ; 238test-suite "BOOST_NO_CXX11_HDR_REGEX" : 239[ run ../no_cxx11_hdr_regex_pass.cpp ] 240[ compile-fail ../no_cxx11_hdr_regex_fail.cpp ] ; 241test-suite "BOOST_NO_CXX11_HDR_SYSTEM_ERROR" : 242[ run ../no_cxx11_hdr_system_error_pass.cpp ] 243[ compile-fail ../no_cxx11_hdr_system_error_fail.cpp ] ; 244test-suite "BOOST_NO_CXX11_HDR_THREAD" : 245[ run ../no_cxx11_hdr_thread_pass.cpp ] 246[ compile-fail ../no_cxx11_hdr_thread_fail.cpp ] ; 247test-suite "BOOST_NO_CXX11_HDR_TUPLE" : 248[ run ../no_cxx11_hdr_tuple_pass.cpp ] 249[ compile-fail ../no_cxx11_hdr_tuple_fail.cpp ] ; 250test-suite "BOOST_NO_CXX11_HDR_TYPE_TRAITS" : 251[ run ../no_cxx11_hdr_type_traits_pass.cpp ] 252[ compile-fail ../no_cxx11_hdr_type_traits_fail.cpp ] ; 253test-suite "BOOST_NO_CXX11_HDR_TYPEINDEX" : 254[ run ../no_cxx11_hdr_typeindex_pass.cpp ] 255[ compile-fail ../no_cxx11_hdr_typeindex_fail.cpp ] ; 256test-suite "BOOST_NO_CXX11_HDR_UNORDERED_MAP" : 257[ run ../no_cxx11_hdr_unordered_map_pass.cpp ] 258[ compile-fail ../no_cxx11_hdr_unordered_map_fail.cpp ] ; 259test-suite "BOOST_NO_CXX11_HDR_UNORDERED_SET" : 260[ run ../no_cxx11_hdr_unordered_set_pass.cpp ] 261[ compile-fail ../no_cxx11_hdr_unordered_set_fail.cpp ] ; 262test-suite "BOOST_NO_CXX11_INLINE_NAMESPACES" : 263[ run ../no_cxx11_inline_namespaces_pass.cpp ] 264[ compile-fail ../no_cxx11_inline_namespaces_fail.cpp ] ; 265test-suite "BOOST_NO_CXX11_NON_PUBLIC_DEFAULTED_FUNCTIONS" : 266[ run ../no_cxx11_non_pub_def_fun_pass.cpp ] 267[ compile-fail ../no_cxx11_non_pub_def_fun_fail.cpp ] ; 268test-suite "BOOST_NO_CXX11_NUMERIC_LIMITS" : 269[ run ../no_cxx11_numeric_limits_pass.cpp ] 270[ compile-fail ../no_cxx11_numeric_limits_fail.cpp ] ; 271test-suite "BOOST_NO_CXX11_OVERRIDE" : 272[ run ../no_cxx11_override_pass.cpp ] 273[ compile-fail ../no_cxx11_override_fail.cpp ] ; 274test-suite "BOOST_NO_CXX11_POINTER_TRAITS" : 275[ run ../no_cxx11_pointer_traits_pass.cpp ] 276[ compile-fail ../no_cxx11_pointer_traits_fail.cpp ] ; 277test-suite "BOOST_NO_CXX11_REF_QUALIFIERS" : 278[ run ../no_cxx11_ref_qualifiers_pass.cpp ] 279[ compile-fail ../no_cxx11_ref_qualifiers_fail.cpp ] ; 280test-suite "BOOST_NO_CXX11_SFINAE_EXPR" : 281[ run ../no_cxx11_sfinae_expr_pass.cpp ] 282[ compile-fail ../no_cxx11_sfinae_expr_fail.cpp ] ; 283test-suite "BOOST_NO_CXX11_SMART_PTR" : 284[ run ../no_cxx11_smart_ptr_pass.cpp ] 285[ compile-fail ../no_cxx11_smart_ptr_fail.cpp ] ; 286test-suite "BOOST_NO_CXX11_STD_ALIGN" : 287[ run ../no_cxx11_std_align_pass.cpp ] 288[ compile-fail ../no_cxx11_std_align_fail.cpp ] ; 289test-suite "BOOST_NO_CXX11_THREAD_LOCAL" : 290[ run ../no_cxx11_thread_local_pass.cpp ] 291[ compile-fail ../no_cxx11_thread_local_fail.cpp ] ; 292test-suite "BOOST_NO_CXX11_TRAILING_RESULT_TYPES" : 293[ run ../no_cxx11_trailing_result_types_pass.cpp ] 294[ compile-fail ../no_cxx11_trailing_result_types_fail.cpp ] ; 295test-suite "BOOST_NO_CXX11_USER_DEFINED_LITERALS" : 296[ run ../no_cxx11_user_lit_pass.cpp ] 297[ compile-fail ../no_cxx11_user_lit_fail.cpp ] ; 298test-suite "BOOST_NO_CXX14_BINARY_LITERALS" : 299[ run ../no_cxx14_binary_literals_pass.cpp ] 300[ compile-fail ../no_cxx14_binary_literals_fail.cpp ] ; 301test-suite "BOOST_NO_CXX14_CONSTEXPR" : 302[ run ../no_cxx14_constexpr_pass.cpp ] 303[ compile-fail ../no_cxx14_constexpr_fail.cpp ] ; 304test-suite "BOOST_NO_CXX14_DECLTYPE_AUTO" : 305[ run ../no_cxx14_decltype_auto_pass.cpp ] 306[ compile-fail ../no_cxx14_decltype_auto_fail.cpp ] ; 307test-suite "BOOST_NO_CXX14_DIGIT_SEPARATORS" : 308[ run ../no_cxx14_digit_separator_pass.cpp ] 309[ compile-fail ../no_cxx14_digit_separator_fail.cpp ] ; 310test-suite "BOOST_NO_CXX14_GENERIC_LAMBDAS" : 311[ run ../no_cxx14_generic_lambda_pass.cpp ] 312[ compile-fail ../no_cxx14_generic_lambda_fail.cpp ] ; 313test-suite "BOOST_NO_CXX14_HDR_SHARED_MUTEX" : 314[ run ../no_cxx14_hdr_shared_mutex_pass.cpp ] 315[ compile-fail ../no_cxx14_hdr_shared_mutex_fail.cpp ] ; 316test-suite "BOOST_NO_CXX14_INITIALIZED_LAMBDA_CAPTURES" : 317[ run ../no_cxx14_lambda_capture_pass.cpp ] 318[ compile-fail ../no_cxx14_lambda_capture_fail.cpp ] ; 319test-suite "BOOST_NO_CXX14_AGGREGATE_NSDMI" : 320[ run ../no_cxx14_member_init_pass.cpp ] 321[ compile-fail ../no_cxx14_member_init_fail.cpp ] ; 322test-suite "BOOST_NO_CXX14_RETURN_TYPE_DEDUCTION" : 323[ run ../no_cxx14_return_type_ded_pass.cpp ] 324[ compile-fail ../no_cxx14_return_type_ded_fail.cpp ] ; 325test-suite "BOOST_NO_CXX14_STD_EXCHANGE" : 326[ run ../no_cxx14_std_exchange_pass.cpp ] 327[ compile-fail ../no_cxx14_std_exchange_fail.cpp ] ; 328test-suite "BOOST_NO_CXX14_VARIABLE_TEMPLATES" : 329[ run ../no_cxx14_var_templ_pass.cpp ] 330[ compile-fail ../no_cxx14_var_templ_fail.cpp ] ; 331test-suite "BOOST_NO_CXX17_FOLD_EXPRESSIONS" : 332[ run ../no_cxx17_fold_expressions_pass.cpp ] 333[ compile-fail ../no_cxx17_fold_expressions_fail.cpp ] ; 334test-suite "BOOST_NO_CXX17_HDR_OPTIONAL" : 335[ run ../no_cxx17_hdr_optional_pass.cpp ] 336[ compile-fail ../no_cxx17_hdr_optional_fail.cpp ] ; 337test-suite "BOOST_NO_CXX17_HDR_STRING_VIEW" : 338[ run ../no_cxx17_hdr_string_view_pass.cpp ] 339[ compile-fail ../no_cxx17_hdr_string_view_fail.cpp ] ; 340test-suite "BOOST_NO_CXX17_HDR_VARIANT" : 341[ run ../no_cxx17_hdr_variant_pass.cpp ] 342[ compile-fail ../no_cxx17_hdr_variant_fail.cpp ] ; 343test-suite "BOOST_NO_CXX17_IF_CONSTEXPR" : 344[ run ../no_cxx17_if_constexpr_pass.cpp ] 345[ compile-fail ../no_cxx17_if_constexpr_fail.cpp ] ; 346test-suite "BOOST_NO_CXX17_INLINE_VARIABLES" : 347[ run ../no_cxx17_inline_variables_pass.cpp ] 348[ compile-fail ../no_cxx17_inline_variables_fail.cpp ] ; 349test-suite "BOOST_NO_CXX17_ITERATOR_TRAITS" : 350[ run ../no_cxx17_iterator_traits_pass.cpp ] 351[ compile-fail ../no_cxx17_iterator_traits_fail.cpp ] ; 352test-suite "BOOST_NO_CXX17_STD_APPLY" : 353[ run ../no_cxx17_std_apply_pass.cpp ] 354[ compile-fail ../no_cxx17_std_apply_fail.cpp ] ; 355test-suite "BOOST_NO_CXX17_STD_INVOKE" : 356[ run ../no_cxx17_std_invoke_pass.cpp ] 357[ compile-fail ../no_cxx17_std_invoke_fail.cpp ] ; 358test-suite "BOOST_NO_CXX17_STRUCTURED_BINDINGS" : 359[ run ../no_cxx17_structured_bindings_pass.cpp ] 360[ compile-fail ../no_cxx17_structured_bindings_fail.cpp ] ; 361test-suite "BOOST_NO_CXX98_BINDERS" : 362[ run ../no_cxx98_binders_pass.cpp ] 363[ compile-fail ../no_cxx98_binders_fail.cpp ] ; 364test-suite "BOOST_NO_CXX98_FUNCTION_BASE" : 365[ run ../no_cxx98_function_base_pass.cpp ] 366[ compile-fail ../no_cxx98_function_base_fail.cpp ] ; 367test-suite "BOOST_NO_CXX98_RANDOM_SHUFFLE" : 368[ run ../no_cxx98_random_shuffle_pass.cpp ] 369[ compile-fail ../no_cxx98_random_shuffle_fail.cpp ] ; 370test-suite "BOOST_NO_CXX11_HDR_FUNCTIONAL" : 371[ run ../no_cxx_hdr_functional_pass.cpp ] 372[ compile-fail ../no_cxx_hdr_functional_fail.cpp ] ; 373test-suite "BOOST_NO_CXX11_DECLTYPE" : 374[ run ../no_decltype_pass.cpp ] 375[ compile-fail ../no_decltype_fail.cpp ] ; 376test-suite "BOOST_NO_CXX11_DECLTYPE_N3276" : 377[ run ../no_decltype_n3276_pass.cpp ] 378[ compile-fail ../no_decltype_n3276_fail.cpp ] ; 379test-suite "BOOST_DEDUCED_TYPENAME" : 380[ run ../no_ded_typename_pass.cpp ] 381[ compile-fail ../no_ded_typename_fail.cpp ] ; 382test-suite "BOOST_NO_CXX11_DEFAULTED_FUNCTIONS" : 383[ run ../no_defaulted_functions_pass.cpp ] 384[ compile-fail ../no_defaulted_functions_fail.cpp ] ; 385test-suite "BOOST_NO_CXX11_DELETED_FUNCTIONS" : 386[ run ../no_deleted_functions_pass.cpp ] 387[ compile-fail ../no_deleted_functions_fail.cpp ] ; 388test-suite "BOOST_NO_DEPENDENT_NESTED_DERIVATIONS" : 389[ run ../no_dep_nested_class_pass.cpp ] 390[ compile-fail ../no_dep_nested_class_fail.cpp ] ; 391test-suite "BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS" : 392[ run ../no_dep_val_param_pass.cpp ] 393[ compile-fail ../no_dep_val_param_fail.cpp ] ; 394test-suite "BOOST_NO_EXCEPTION_STD_NAMESPACE" : 395[ run ../no_excep_std_pass.cpp ] 396[ compile-fail ../no_excep_std_fail.cpp ] ; 397test-suite "BOOST_NO_EXCEPTIONS" : 398[ run ../no_exceptions_pass.cpp ] 399[ compile-fail ../no_exceptions_fail.cpp ] ; 400test-suite "BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS" : 401[ run ../no_exp_func_tem_arg_pass.cpp ] 402[ compile-fail ../no_exp_func_tem_arg_fail.cpp ] ; 403test-suite "BOOST_NO_CXX11_EXPLICIT_CONVERSION_OPERATORS" : 404[ run ../no_explicit_cvt_ops_pass.cpp ] 405[ compile-fail ../no_explicit_cvt_ops_fail.cpp ] ; 406test-suite "BOOST_NO_CXX11_EXTERN_TEMPLATE" : 407[ run ../no_extern_template_pass.cpp ] 408[ compile-fail ../no_extern_template_fail.cpp ] ; 409test-suite "BOOST_NO_FENV_H" : 410[ run ../no_fenv_h_pass.cpp ] 411[ compile-fail ../no_fenv_h_fail.cpp ] ; 412test-suite "BOOST_NO_CXX11_FIXED_LENGTH_VARIADIC_TEMPLATE_EXPANSION_PACKS" : 413[ run ../no_fixed_len_variadic_templates_pass.cpp ] 414[ compile-fail ../no_fixed_len_variadic_templates_fail.cpp ] ; 415test-suite "BOOST_NO_FUNCTION_TEMPLATE_ORDERING" : 416[ run ../no_func_tmp_order_pass.cpp ] 417[ compile-fail ../no_func_tmp_order_fail.cpp ] ; 418test-suite "BOOST_NO_CXX11_FUNCTION_TEMPLATE_DEFAULT_ARGS" : 419[ run ../no_function_template_default_args_pass.cpp ] 420[ compile-fail ../no_function_template_default_args_fail.cpp ] ; 421test-suite "BOOST_NO_FUNCTION_TYPE_SPECIALIZATIONS" : 422[ run ../no_function_type_spec_pass.cpp ] 423[ compile-fail ../no_function_type_spec_fail.cpp ] ; 424test-suite "BOOST_NO_MS_INT64_NUMERIC_LIMITS" : 425[ run ../no_i64_limits_pass.cpp ] 426[ compile-fail ../no_i64_limits_fail.cpp ] ; 427test-suite "BOOST_NO_INCLASS_MEMBER_INITIALIZATION" : 428[ run ../no_inline_memb_init_pass.cpp ] 429[ compile-fail ../no_inline_memb_init_fail.cpp ] ; 430test-suite "BOOST_NO_INTEGRAL_INT64_T" : 431[ run ../no_integral_int64_t_pass.cpp ] 432[ compile-fail ../no_integral_int64_t_fail.cpp ] ; 433test-suite "BOOST_NO_IOSFWD" : 434[ run ../no_iosfwd_pass.cpp ] 435[ compile-fail ../no_iosfwd_fail.cpp ] ; 436test-suite "BOOST_NO_IOSTREAM" : 437[ run ../no_iostream_pass.cpp ] 438[ compile-fail ../no_iostream_fail.cpp ] ; 439test-suite "BOOST_NO_IS_ABSTRACT" : 440[ run ../no_is_abstract_pass.cpp ] 441[ compile-fail ../no_is_abstract_fail.cpp ] ; 442test-suite "BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS" : 443[ run ../no_iter_construct_pass.cpp ] 444[ compile-fail ../no_iter_construct_fail.cpp ] ; 445test-suite "BOOST_NO_CXX11_LAMBDAS" : 446[ run ../no_lambdas_pass.cpp ] 447[ compile-fail ../no_lambdas_fail.cpp ] ; 448test-suite "BOOST_NO_LIMITS" : 449[ run ../no_limits_pass.cpp ] 450[ compile-fail ../no_limits_fail.cpp ] ; 451test-suite "BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS" : 452[ run ../no_limits_const_exp_pass.cpp ] 453[ compile-fail ../no_limits_const_exp_fail.cpp ] ; 454test-suite "BOOST_NO_LONG_LONG_NUMERIC_LIMITS" : 455[ run ../no_ll_limits_pass.cpp ] 456[ compile-fail ../no_ll_limits_fail.cpp ] ; 457test-suite "BOOST_NO_LONG_LONG" : 458[ run ../no_long_long_pass.cpp ] 459[ compile-fail ../no_long_long_fail.cpp ] ; 460test-suite "BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS" : 461[ run ../no_mem_func_spec_pass.cpp ] 462[ compile-fail ../no_mem_func_spec_fail.cpp ] ; 463test-suite "BOOST_NO_MEMBER_TEMPLATE_KEYWORD" : 464[ run ../no_mem_tem_keyword_pass.cpp ] 465[ compile-fail ../no_mem_tem_keyword_fail.cpp ] ; 466test-suite "BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS" : 467[ run ../no_mem_tem_pnts_pass.cpp ] 468[ compile-fail ../no_mem_tem_pnts_fail.cpp ] ; 469test-suite "BOOST_NO_MEMBER_TEMPLATE_FRIENDS" : 470[ run ../no_mem_templ_frnds_pass.cpp ] 471[ compile-fail ../no_mem_templ_frnds_fail.cpp ] ; 472test-suite "BOOST_NO_MEMBER_TEMPLATES" : 473[ run ../no_mem_templates_pass.cpp ] 474[ compile-fail ../no_mem_templates_fail.cpp ] ; 475test-suite "BOOST_NO_NESTED_FRIENDSHIP" : 476[ run ../no_nested_friendship_pass.cpp ] 477[ compile-fail ../no_nested_friendship_fail.cpp ] ; 478test-suite "BOOST_NO_CXX11_NOEXCEPT" : 479[ run ../no_noexcept_pass.cpp ] 480[ compile-fail ../no_noexcept_fail.cpp ] ; 481test-suite "BOOST_NO_CXX11_NULLPTR" : 482[ run ../no_nullptr_pass.cpp ] 483[ compile-fail ../no_nullptr_fail.cpp ] ; 484test-suite "BOOST_NO_OPERATORS_IN_NAMESPACE" : 485[ run ../no_ops_in_namespace_pass.cpp ] 486[ compile-fail ../no_ops_in_namespace_fail.cpp ] ; 487test-suite "BOOST_NO_PARTIAL_SPECIALIZATION_IMPLICIT_DEFAULT_ARGS" : 488[ run ../no_part_spec_def_args_pass.cpp ] 489[ compile-fail ../no_part_spec_def_args_fail.cpp ] ; 490test-suite "BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION" : 491[ run ../no_partial_spec_pass.cpp ] 492[ compile-fail ../no_partial_spec_fail.cpp ] ; 493test-suite "BOOST_NO_PRIVATE_IN_AGGREGATE" : 494[ run ../no_priv_aggregate_pass.cpp ] 495[ compile-fail ../no_priv_aggregate_fail.cpp ] ; 496test-suite "BOOST_NO_POINTER_TO_MEMBER_CONST" : 497[ run ../no_ptr_mem_const_pass.cpp ] 498[ compile-fail ../no_ptr_mem_const_fail.cpp ] ; 499test-suite "BOOST_NO_CXX11_RANGE_BASED_FOR" : 500[ run ../no_range_based_for_pass.cpp ] 501[ compile-fail ../no_range_based_for_fail.cpp ] ; 502test-suite "BOOST_NO_CXX11_RAW_LITERALS" : 503[ run ../no_raw_literals_pass.cpp ] 504[ compile-fail ../no_raw_literals_fail.cpp ] ; 505test-suite "BOOST_NO_RESTRICT_REFERENCES" : 506[ run ../no_restrict_references_pass.cpp ] 507[ compile-fail ../no_restrict_references_fail.cpp ] ; 508test-suite "BOOST_NO_UNREACHABLE_RETURN_DETECTION" : 509[ run ../no_ret_det_pass.cpp ] 510[ compile-fail ../no_ret_det_fail.cpp ] ; 511test-suite "BOOST_NO_RTTI" : 512[ run ../no_rtti_pass.cpp ] 513[ compile-fail ../no_rtti_fail.cpp ] ; 514test-suite "BOOST_NO_CXX11_RVALUE_REFERENCES" : 515[ run ../no_rvalue_references_pass.cpp ] 516[ compile-fail ../no_rvalue_references_fail.cpp ] ; 517test-suite "BOOST_NO_CXX11_SCOPED_ENUMS" : 518[ run ../no_scoped_enums_pass.cpp ] 519[ compile-fail ../no_scoped_enums_fail.cpp ] ; 520test-suite "BOOST_NO_SFINAE" : 521[ run ../no_sfinae_pass.cpp ] 522[ compile-fail ../no_sfinae_fail.cpp ] ; 523test-suite "BOOST_NO_SFINAE_EXPR" : 524[ run ../no_sfinae_expr_pass.cpp ] 525[ compile-fail ../no_sfinae_expr_fail.cpp ] ; 526test-suite "BOOST_NO_STRINGSTREAM" : 527[ run ../no_sstream_pass.cpp ] 528[ compile-fail ../no_sstream_fail.cpp ] ; 529test-suite "BOOST_NO_CXX11_STATIC_ASSERT" : 530[ run ../no_static_assert_pass.cpp ] 531[ compile-fail ../no_static_assert_fail.cpp ] ; 532test-suite "BOOST_NO_STD_ALLOCATOR" : 533[ run ../no_std_allocator_pass.cpp ] 534[ compile-fail ../no_std_allocator_fail.cpp ] ; 535test-suite "BOOST_NO_STD_DISTANCE" : 536[ run ../no_std_distance_pass.cpp ] 537[ compile-fail ../no_std_distance_fail.cpp ] ; 538test-suite "BOOST_NO_STD_ITERATOR_TRAITS" : 539[ run ../no_std_iter_traits_pass.cpp ] 540[ compile-fail ../no_std_iter_traits_fail.cpp ] ; 541test-suite "BOOST_NO_STD_ITERATOR" : 542[ run ../no_std_iterator_pass.cpp ] 543[ compile-fail ../no_std_iterator_fail.cpp ] ; 544test-suite "BOOST_NO_STD_LOCALE" : 545[ run ../no_std_locale_pass.cpp ] 546[ compile-fail ../no_std_locale_fail.cpp ] ; 547test-suite "BOOST_NO_STD_MESSAGES" : 548[ run ../no_std_messages_pass.cpp ] 549[ compile-fail ../no_std_messages_fail.cpp ] ; 550test-suite "BOOST_NO_STD_MIN_MAX" : 551[ run ../no_std_min_max_pass.cpp ] 552[ compile-fail ../no_std_min_max_fail.cpp ] ; 553test-suite "BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN" : 554[ run ../no_std_oi_assign_pass.cpp ] 555[ compile-fail ../no_std_oi_assign_fail.cpp ] ; 556test-suite "BOOST_NO_STD_TYPEINFO" : 557[ run ../no_std_typeinfo_pass.cpp ] 558[ compile-fail ../no_std_typeinfo_fail.cpp ] ; 559test-suite "BOOST_NO_STD_USE_FACET" : 560[ run ../no_std_use_facet_pass.cpp ] 561[ compile-fail ../no_std_use_facet_fail.cpp ] ; 562test-suite "BOOST_NO_STD_WSTREAMBUF" : 563[ run ../no_std_wstreambuf_pass.cpp ] 564[ compile-fail ../no_std_wstreambuf_fail.cpp ] ; 565test-suite "BOOST_NO_STD_WSTRING" : 566[ run ../no_std_wstring_pass.cpp ] 567[ compile-fail ../no_std_wstring_fail.cpp ] ; 568test-suite "BOOST_NO_STDC_NAMESPACE" : 569[ run ../no_stdc_namespace_pass.cpp ] 570[ compile-fail ../no_stdc_namespace_fail.cpp ] ; 571test-suite "BOOST_NO_SWPRINTF" : 572[ run ../no_swprintf_pass.cpp ] 573[ compile-fail ../no_swprintf_fail.cpp ] ; 574test-suite "BOOST_NO_CXX11_LOCAL_CLASS_TEMPLATE_PARAMETERS" : 575[ run ../no_tem_local_classes_pass.cpp ] 576[ compile-fail ../no_tem_local_classes_fail.cpp ] ; 577test-suite "BOOST_NO_CXX11_TEMPLATE_ALIASES" : 578[ run ../no_template_aliases_pass.cpp ] 579[ compile-fail ../no_template_aliases_fail.cpp ] ; 580test-suite "BOOST_NO_TEMPLATED_IOSTREAMS" : 581[ run ../no_template_streams_pass.cpp ] 582[ compile-fail ../no_template_streams_fail.cpp ] ; 583test-suite "BOOST_NO_TEMPLATE_TEMPLATES" : 584[ run ../no_template_template_pass.cpp ] 585[ compile-fail ../no_template_template_fail.cpp ] ; 586test-suite "BOOST_NO_TWO_PHASE_NAME_LOOKUP" : 587[ run ../no_two_phase_lookup_pass.cpp ] 588[ compile-fail ../no_two_phase_lookup_fail.cpp ] ; 589test-suite "BOOST_NO_TYPEID" : 590[ run ../no_typeid_pass.cpp ] 591[ compile-fail ../no_typeid_fail.cpp ] ; 592test-suite "BOOST_NO_TYPENAME_WITH_CTOR" : 593[ run ../no_typename_with_ctor_pass.cpp ] 594[ compile-fail ../no_typename_with_ctor_fail.cpp ] ; 595test-suite "BOOST_NO_CXX11_UNICODE_LITERALS" : 596[ run ../no_unicode_literals_pass.cpp ] 597[ compile-fail ../no_unicode_literals_fail.cpp ] ; 598test-suite "BOOST_NO_CXX11_UNIFIED_INITIALIZATION_SYNTAX" : 599[ run ../no_unified_init_pass.cpp ] 600[ compile-fail ../no_unified_init_fail.cpp ] ; 601test-suite "BOOST_NO_CXX11_UNRESTRICTED_UNION" : 602[ run ../no_cxx11_unrestricted_union_pass.cpp ] 603[ compile-fail ../no_cxx11_unrestricted_union_fail.cpp ] ; 604test-suite "BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL" : 605[ run ../no_using_breaks_adl_pass.cpp ] 606[ compile-fail ../no_using_breaks_adl_fail.cpp ] ; 607test-suite "BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE" : 608[ run ../no_using_decl_overld_pass.cpp ] 609[ compile-fail ../no_using_decl_overld_fail.cpp ] ; 610test-suite "BOOST_NO_USING_TEMPLATE" : 611[ run ../no_using_template_pass.cpp ] 612[ compile-fail ../no_using_template_fail.cpp ] ; 613test-suite "BOOST_NO_CXX11_VARIADIC_MACROS" : 614[ run ../no_variadic_macros_pass.cpp ] 615[ compile-fail ../no_variadic_macros_fail.cpp ] ; 616test-suite "BOOST_NO_CXX11_VARIADIC_TEMPLATES" : 617[ run ../no_variadic_templates_pass.cpp ] 618[ compile-fail ../no_variadic_templates_fail.cpp ] ; 619test-suite "BOOST_NO_VOID_RETURNS" : 620[ run ../no_void_returns_pass.cpp ] 621[ compile-fail ../no_void_returns_fail.cpp ] ; 622test-suite "BOOST_NO_INTRINSIC_WCHAR_T" : 623[ run ../no_wchar_t_pass.cpp ] 624[ compile-fail ../no_wchar_t_fail.cpp ] ; 625 626