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