catch2/projects/SelfTest
Benjamin Worpitz e7c26f09d1 Fix non-default-constructible type lists used in TEMPLATE_LIST_TEST_CASE (#1697)
* Fix non-default-constructible type lists used in TEMPLATE_LIST_TEST_CASE

std::tuple is not default constructible when the first type is not
default-constuctible. Therefore it can not be instantiated.
to circumvent this, we have to use std::declval in the unevaluate decltype
context.
2019-07-22 12:56:33 +02:00
..
Baselines Fix non-default-constructible type lists used in TEMPLATE_LIST_TEST_CASE (#1697) 2019-07-22 12:56:33 +02:00
CompileTimePerfTests Added files for multiply inclusions of test cases 2017-11-17 15:46:57 +00:00
IntrospectiveTests Add integration test for the children completion check fix 2019-06-30 00:00:41 +02:00
SurrogateCpps Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
UsageTests Fix non-default-constructible type lists used in TEMPLATE_LIST_TEST_CASE (#1697) 2019-07-22 12:56:33 +02:00
TestMain.cpp Remove unnecessary semicolons 2018-02-05 10:03:51 +01:00