LUMIERA.clone/tests/library/meta
Ichthyostega 2a6e48d7b5 immutable-arguments(#989): verify the tuple builder can handle those too
incidentally, this uncovered yet another unwanted narrowing conversion,
namely from double via gavl_time_t to TimeValue or alternatively
from double via FSecs (= rational<long>) to Duration.

As in all the previos cases, actually the compiler is to blame,
and GCC-5 is known to get that one right, i.e. let the SFINAE fail
instead of passing it with a "narrowing conversion" warning.



Note: the real test for command binding with immutable types
can be found in BusTerm_test
2016-02-07 02:20:01 +01:00
..
access-casted-test.cpp fix and adjust broken test defintions. Closes #985 2016-01-10 12:25:45 +01:00
config-flags-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
duck-detector-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
dummy-functions.hpp reorganise some boost::format usage 2013-09-01 17:36:05 +02:00
function-closure-test.cpp refactoring(#988): disentangle Tuple metafunctions 2016-01-17 00:19:10 +01:00
function-composition-test.cpp refactoring(#988): switch correspoinging tests to std::tuple 2016-01-19 23:53:20 +01:00
function-erasure-test.cpp C++ uses a more precise meaning of 'convertiblity' now 2014-05-09 00:56:31 +02:00
generator-combinations-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
generator-test.cpp virtual copy support documented and covered with unit test 2015-04-20 03:41:28 +02:00
iterable-classification-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
meta-utils-test.cpp wrap-up(#985): resolve various leftovers 2016-01-10 11:21:34 +01:00
tuple-diagnostics.hpp refactoring(#988): switch correspoinging tests to std::tuple 2016-01-19 23:53:20 +01:00
tuple-helper-test.cpp now able to remove our old Tuple type (closes #988) 2016-01-20 01:25:40 +01:00
tuple-record-init-test.cpp immutable-arguments(#989): verify the tuple builder can handle those too 2016-02-07 02:20:01 +01:00
type-demangling-test.cpp unit-test(#985): define more tests 2016-01-09 22:23:50 +01:00
type-display-test.cpp wrap-up(#985): resolve various leftovers 2016-01-10 11:21:34 +01:00
typelist-diagnostics.hpp now able to remove our old Tuple type (closes #988) 2016-01-20 01:25:40 +01:00
typelist-manip-test.cpp clean-up(#985): tighten basic header lib/meta/util.hpp 2016-01-05 22:00:53 +01:00
typelist-test.cpp mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
typelist-util-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
typeseq-manip-test.cpp fix **** in doxygen comments 2013-10-24 23:06:36 +02:00
virtual-copy-support-test.cpp clean-up(#985): unify various type-indicating helpers 2016-01-09 02:05:23 +01:00