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
..
2017-09-07 17:25:15 +02:00
2017-12-09 20:17:47 +01:00
2019-01-13 19:01:12 +01:00
2017-09-07 17:25:15 +02:00
2017-08-30 15:53:39 +02:00
2019-02-08 10:41:23 +01:00
2019-02-08 10:41:23 +01:00
2019-04-03 20:32:11 +02:00
2017-07-27 11:32:01 +02:00
2019-05-26 21:19:55 +02:00
2019-01-11 11:55:51 +01:00
2019-06-17 12:02:14 +02:00