catch2/projects/SelfTest/Baselines
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
..
automake.std.approved.txt Fixup various spelling errors (#1208) 2018-03-07 10:08:35 +01:00
compact.sw.approved.txt Fix non-default-constructible type lists used in TEMPLATE_LIST_TEST_CASE (#1697) 2019-07-22 12:56:33 +02:00
console.std.approved.txt Fix non-default-constructible type lists used in TEMPLATE_LIST_TEST_CASE (#1697) 2019-07-22 12:56:33 +02:00
console.sw.approved.txt Fix non-default-constructible type lists used in TEMPLATE_LIST_TEST_CASE (#1697) 2019-07-22 12:56:33 +02:00
console.swa4.approved.txt Fix vendored dep because upstream is non-responsive 2019-04-10 20:17:25 +02:00
junit.sw.approved.txt Fix non-default-constructible type lists used in TEMPLATE_LIST_TEST_CASE (#1697) 2019-07-22 12:56:33 +02:00
xml.sw.approved.txt Fix non-default-constructible type lists used in TEMPLATE_LIST_TEST_CASE (#1697) 2019-07-22 12:56:33 +02:00