variant2/test
2019-06-03 18:48:13 +03:00
..
cmake_subdir_test Fix return code of quick.cpp 2019-06-03 18:48:13 +03:00
Jamfile Support -fno-exceptions 2019-06-03 02:46:59 +03:00
throw_exception.cpp Include boost/config.hpp for ::gets workaround on clang 3.8, 3.9 2019-06-03 15:43:43 +03:00
variant_alternative.cpp Add reference specializations to variant_alternative 2019-02-21 22:22:07 +02:00
variant_convert_construct_throw.cpp Disable C4702 (unreachable code) for the throwing tests 2019-03-25 19:50:33 +02:00
variant_convert_construct.cpp Add test/variant_convert_construct 2017-06-03 00:11:33 +03:00
variant_copy_assign_cx.cpp constexpr the copy/move constructors; change copy/move assign to not require constexpr lambdas 2017-06-09 17:24:23 +03:00
variant_copy_assign_throw.cpp Disable C4702 (unreachable code) for the throwing tests 2019-03-25 19:50:33 +02:00
variant_copy_assign.cpp Untabify 2018-10-18 07:28:52 +03:00
variant_copy_construct_cx.cpp Fix test/variant_copy_construct_cx.cpp 2018-10-24 18:58:23 +03:00
variant_copy_construct_throw.cpp Disable C4702 (unreachable code) for the throwing tests 2019-03-25 19:50:33 +02:00
variant_copy_construct.cpp Add more copy/move tests 2019-02-26 15:11:21 +02:00
variant_default_construct_cx.cpp Add test/variant_default_construct(_cx) 2017-05-30 02:28:39 +03:00
variant_default_construct.cpp Add SFINAE conditions 2017-05-31 07:42:45 +03:00
variant_destroy.cpp Add test/variant_destroy 2017-05-31 20:48:17 +03:00
variant_emplace_index_cx.cpp Fix tests accordingly 2017-06-09 05:29:22 +03:00
variant_emplace_index.cpp Add initializer list support 2017-05-31 04:19:40 +03:00
variant_emplace_type_cx.cpp Fix tests accordingly 2017-06-09 05:29:22 +03:00
variant_emplace_type.cpp Fix emplace for types with a deleted move constructor (in the not trivially destructible case) 2019-04-09 19:22:04 +03:00
variant_eq_ne_cx.cpp Make relational operators constexpr; add test/variant_eq_ne_cx.cpp 2019-03-06 00:26:55 +02:00
variant_eq_ne.cpp Untabify 2018-10-18 07:28:52 +03:00
variant_get_by_index_cx.cpp &v is not a constant expression on g++ 4.x 2018-10-18 18:16:11 +03:00
variant_get_by_index.cpp Expand get_by_index, get_by_type tests 2018-10-18 07:18:13 +03:00
variant_get_by_type_cx.cpp &v is not a constant expression on g++ 4.x 2018-10-18 18:16:11 +03:00
variant_get_by_type.cpp Expand get_by_index, get_by_type tests 2018-10-18 07:18:13 +03:00
variant_holds_alternative_cx.cpp Rename tests 2017-06-01 02:03:35 +03:00
variant_holds_alternative.cpp Rename tests 2017-06-01 02:03:35 +03:00
variant_in_place_index_construct_cx.cpp Untabify 2018-10-18 07:28:52 +03:00
variant_in_place_index_construct.cpp Untabify 2018-10-18 07:28:52 +03:00
variant_in_place_type_construct_cx.cpp Untabify 2018-10-18 07:28:52 +03:00
variant_in_place_type_construct.cpp Untabify 2018-10-18 07:28:52 +03:00
variant_lt_gt_cx.cpp Add test/variant_lt_gt_cx 2019-03-06 01:09:40 +02:00
variant_lt_gt.cpp Untabify 2018-10-18 07:28:52 +03:00
variant_move_assign_cx.cpp constexpr the copy/move constructors; change copy/move assign to not require constexpr lambdas 2017-06-09 17:24:23 +03:00
variant_move_assign_throw.cpp Disable C4702 (unreachable code) for the throwing tests 2019-03-25 19:50:33 +02:00
variant_move_assign.cpp Untabify 2018-10-18 07:28:52 +03:00
variant_move_construct_cx.cpp Fix test/variant_move_construct_cx.cpp 2018-10-24 19:03:00 +03:00
variant_move_construct_throw.cpp Disable C4702 (unreachable code) for the throwing tests 2019-03-25 19:50:33 +02:00
variant_move_construct.cpp Add more copy/move tests 2019-02-26 15:11:21 +02:00
variant_size.cpp Add reference specializations to variant_size 2019-02-21 21:57:39 +02:00
variant_subset.cpp Disable C4702 (unreachable code) for the throwing tests 2019-03-25 19:50:33 +02:00
variant_swap.cpp Untabify 2018-10-18 07:28:52 +03:00
variant_value_assign_cx.cpp Add test/variant_value_assign_cx 2017-06-09 14:58:49 +03:00
variant_value_assign.cpp Add test/variant_value_assign 2017-05-31 01:31:46 +03:00
variant_value_construct_cx.cpp Add test/variant_value_construct(_cx) 2017-05-30 16:05:55 +03:00
variant_value_construct.cpp Add test/variant_value_construct(_cx) 2017-05-30 16:05:55 +03:00
variant_valueless.cpp Strong guarantee on emplace 2019-05-12 00:38:21 +03:00
variant_visit.cpp More g++ 4.8 fixes, const&& doesn't work well 2018-10-18 18:51:19 +03:00