type_traits/test
2019-08-22 19:17:36 +01:00
..
compile_fail Assert completeness fixes: fix up msvc failures. 2018-02-04 18:15:34 +00:00
add_const_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
add_cv_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
add_lvalue_reference_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
add_pointer_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
add_reference_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
add_rvalue_reference_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
add_volatile_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
aligned_storage_a2_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
aligned_storage_empy_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
aligned_storage_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
alignment_of_a2_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
alignment_of_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
check_integral_constant.hpp Remove obsolete #includes - reduces dependency burden. 2014-02-20 11:32:01 +00:00
check_type.hpp Remove obsolete #includes - reduces dependency burden. 2014-02-20 11:32:01 +00:00
common_type_2_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
common_type_3_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
common_type_4_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
common_type_5_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
common_type_6_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
common_type_fail.cpp Add the remaining traits - only common_type still has dependencies to something other than Boost.Config. 2015-01-17 19:08:08 +00:00
common_type_sfinae2_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
common_type_sfinae_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
common_type_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
conditional_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
copy_cv_ref_test.cpp Implement copy_reference and copy_cv_ref 2019-02-23 00:05:35 -05:00
copy_cv_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
copy_reference_test.cpp Implement copy_reference and copy_cv_ref 2019-02-23 00:05:35 -05:00
cxx14_aliases_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
decay_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
detected_or_test.cpp Update e-mail address in comments 2018-09-08 11:17:06 -04:00
detected_test.cpp Update e-mail address in comments 2018-09-08 11:17:06 -04:00
enable_if_test.cpp Add enable_if_ and enable_if_t. Sever dependency on Core. 2018-08-25 21:00:17 -04:00
extent_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
floating_point_promotion_test.cpp Add floating_point_promotion test 2017-07-21 13:33:54 +01:00
function_traits_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
has_binary_classes0_test.cpp Issue80: remove redundant test. 2018-08-11 08:30:08 +01:00
has_binary_classes1_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_binary_classes2_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_binary_classes3_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_binary_classes4_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_binary_classes5_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_binary_classes6_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
has_binary_classes7_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_binary_classes8_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_binary_classes9_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_binary_classes.hpp merged operator trait addition from trunk to branches/release 2011-10-09 22:28:33 +00:00
has_binary_operators.hpp clean up inspection failures and add circle-ci testing. 2019-08-22 19:17:36 +01:00
has_bit_and_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_bit_and_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_bit_or_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_bit_or_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_bit_xor_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_bit_xor_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_complement_test.cpp Update has_complement tests. 2018-08-10 12:52:21 +01:00
has_dereference_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_divides_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_divides_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_equal_to_test.cpp Comparison tests: disable tests that gcc-4.6 and earlier cannot handle. 2018-02-16 19:38:41 +00:00
has_greater_equal_test.cpp Comparison tests: disable tests that gcc-4.6 and earlier cannot handle. 2018-02-16 19:38:41 +00:00
has_greater_test.cpp Comparison tests: disable tests that gcc-4.6 and earlier cannot handle. 2018-02-16 19:38:41 +00:00
has_left_shift_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_left_shift_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_less_equal_test.cpp Comparison tests: disable tests that gcc-4.6 and earlier cannot handle. 2018-02-16 19:38:41 +00:00
has_less_test.cpp Comparison tests: disable tests that gcc-4.6 and earlier cannot handle. 2018-02-16 19:38:41 +00:00
has_logical_and_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_logical_not_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_logical_or_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_minus_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_minus_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_modulus_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_modulus_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_multiplies_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
has_multiplies_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_negate_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_not_equal_to_test.cpp Comparison tests: disable tests that gcc-4.6 and earlier cannot handle. 2018-02-16 19:38:41 +00:00
has_nothrow_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_nothrow_constr_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_nothrow_copy_test.cpp Add CI support for testing /clr option with msvc. 2018-12-30 09:58:53 +00:00
has_nothrow_destructor_test.cpp Replace exception specification with noexcept(false) (except.spec. invalid in C++17) 2017-07-21 13:33:56 +01:00
has_operator_new_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_plus_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_plus_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_post_decrement_test.cpp Make the unary operator traits use "perfect" detection. 2018-08-09 19:48:36 +01:00
has_post_increment_test.cpp Make the unary operator traits use "perfect" detection. 2018-08-09 19:48:36 +01:00
has_postfix_classes0_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_postfix_classes1_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_postfix_classes2_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_postfix_classes3_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_postfix_classes.hpp merged operator trait addition from trunk to branches/release 2011-10-09 22:28:33 +00:00
has_postfix_operators.hpp clean up inspection failures and add circle-ci testing. 2019-08-22 19:17:36 +01:00
has_pre_decrement_test.cpp Make the unary operator traits use "perfect" detection. 2018-08-09 19:48:36 +01:00
has_pre_increment_test.cpp Make the unary operator traits use "perfect" detection. 2018-08-09 19:48:36 +01:00
has_prefix_classes0_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
has_prefix_classes1_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_prefix_classes2_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_prefix_classes3_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_prefix_classes.hpp Add operator traits and tests. 2015-01-16 18:30:26 +00:00
has_prefix_operators.hpp clean up inspection failures and add circle-ci testing. 2019-08-22 19:17:36 +01:00
has_right_shift_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_right_shift_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_trivial_assign_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_trivial_constr_test.cpp Add tests and tentative fix for issue with clang mis-identifying pairs of non-constructible types. See github #51. 2018-01-25 13:18:38 +00:00
has_trivial_copy_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_trivial_destructor_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
has_trivial_move_assign_test.cpp Tests: disable some failing tests for msvc-11.0. 2018-05-19 19:45:10 +01:00
has_trivial_move_constructor_test.cpp Tests: disable some failing tests for msvc-11.0. 2018-05-19 19:45:10 +01:00
has_unary_minus_test.cpp Make the unary operator traits use "perfect" detection. 2018-08-09 19:48:36 +01:00
has_unary_plus_test.cpp Disable additional specialization for is_function for msvc-10.0 - 2018-08-10 18:13:02 +01:00
has_virtual_destructor_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_abstract_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_arithmetic_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_array_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_assignable_test.cpp is_assignable_test: Fixed copy-paste error 2019-02-19 19:11:03 +03:00
is_base_and_derived_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
is_base_of_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_bounded_array_test.cpp Implement is_bounded_array and is_unbounded_array 2019-01-07 00:30:16 -05:00
is_class_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_complete_test.cpp Assert completeness fixes: fix up msvc failures. 2018-02-04 18:15:34 +00:00
is_complex_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_compound_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_const_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_constructible_test.cpp Fix some more gcc-4.5/6 testing errors. 2018-03-13 18:32:15 +00:00
is_convertible_test.cpp Add enable_if_ and enable_if_t. Sever dependency on Core. 2018-08-25 21:00:17 -04:00
is_copy_assignable_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_copy_constructible_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
is_default_constr_test.cpp Add tests and tentative fix for issue with clang mis-identifying pairs of non-constructible types. See github #51. 2018-01-25 13:18:38 +00:00
is_destructible_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_detected_convertible.cpp Update e-mail address in comments 2018-09-08 11:17:06 -04:00
is_detected_exact_test.cpp Update e-mail address in comments 2018-09-08 11:17:06 -04:00
is_detected_test.cpp Update e-mail address in comments 2018-09-08 11:17:06 -04:00
is_empty_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_enum_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_final_test.cpp is_final_test.cpp: disable some tests for msvc-12 for which there is no workaround. 2018-05-09 18:13:58 +01:00
is_float_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_floating_point_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_function_test.cpp Merge pull request #104 from boostorg/travis-os-x-10.1 2019-01-07 20:33:22 +00:00
is_fundamental_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_integral_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_list_constructible_test.cpp Fix some more gcc-4.5/6 testing errors. 2018-03-13 18:32:15 +00:00
is_lvalue_reference_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_member_func_test.cpp Merge pull request #104 from boostorg/travis-os-x-10.1 2019-01-07 20:33:22 +00:00
is_member_obj_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
is_member_pointer_test.cpp Add CI support for testing /clr option with msvc. 2018-12-30 09:58:53 +00:00
is_noncopyable_test.cpp Do not include boost/noncopyable.hpp to avoid a dependency on Core 2018-08-25 01:45:50 +03:00
is_nothrow_move_assignable_test.cpp Update tests for GCC-4.6.x failures. 2018-03-13 18:03:18 +00:00
is_nothrow_move_constructible_test.cpp Update tests for GCC-4.6.x failures. 2018-03-13 18:03:18 +00:00
is_nothrow_swappable_test.cpp Update tests for GCC-4.6.x failures. 2018-03-13 18:03:18 +00:00
is_object_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_pod_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
is_pointer_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_polymorphic_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_reference_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_rvalue_reference_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_same_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_scalar_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_signed_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_stateless_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_unbounded_array_test.cpp Implement is_bounded_array and is_unbounded_array 2019-01-07 00:30:16 -05:00
is_union_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_unsigned_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
is_virtual_base_of_test.cpp is_virtual_base_of: more workarounds for clang and older gcc versions 2018-05-10 11:34:02 +01:00
is_void_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
is_volatile_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
Jamfile.v2 Assert when we try to use an incomplete type on a trait which requires complete types as arguments. 2018-02-04 10:03:30 +00:00
make_signed_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
make_unsigned_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
make_void_test.cpp Update e-mail address in comments 2018-09-08 11:17:06 -04:00
mpl_interop_test1.cpp [inspection report] remove tabs and non-ASCII chars, add newline at EOF, fix copyright 2016-11-29 12:05:30 +09:00
mpl_interop_test2.cpp [inspection report] remove tabs and non-ASCII chars, add newline at EOF, fix copyright 2016-11-29 12:05:30 +09:00
mpl_interop_test3.cpp [inspection report] remove tabs and non-ASCII chars, add newline at EOF, fix copyright 2016-11-29 12:05:30 +09:00
promote_basic_test.cpp Add more traits back - nearly complete now. 2015-01-17 18:06:27 +00:00
promote_enum_msvc_bug_test.cpp Appveyor: add initial testing. 2017-05-24 17:51:35 +01:00
promote_enum_test.cpp Add more traits back - nearly complete now. 2015-01-17 18:06:27 +00:00
promote_mpl_test.cpp Add more traits back - nearly complete now. 2015-01-17 18:06:27 +00:00
promote_util.hpp Add more traits back - nearly complete now. 2015-01-17 18:06:27 +00:00
rank_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
remove_all_extents_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
remove_bounds_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
remove_const_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
remove_cv_ref_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
remove_cv_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
remove_extent_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
remove_pointer_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
remove_reference_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
remove_volatile_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
test.hpp test.hpp: Suppress Clang -Wignored-qualifiers warning 2019-03-15 00:27:09 +03:00
tricky_abstract_type_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
tricky_add_pointer_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
tricky_function_type_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
tricky_incomplete_type_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
tricky_is_enum_test.cpp Reorder test includes to test header self-sufficiency 2017-07-01 23:37:04 +03:00
tricky_partial_spec_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
tricky_rvalue_test.cpp tricky_rvalue_test.cpp: correct msvc version workaround. 2018-08-07 18:23:38 +01:00
type_identity_test.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00
type_traits_test.cpp Add the remaining traits - only common_type still has dependencies to something other than Boost.Config. 2015-01-17 19:08:08 +00:00
type_with_alignment_test.cpp Add CI support for testing /clr option with msvc. 2018-12-30 09:58:53 +00:00
udt_specialisations.cpp Reorder test includes to test header self-sufficiency 2017-07-21 13:33:53 +01:00