LUMIERA.clone/tests/library/meta
Ichthyostega 4d21baea6b Bugfix: rectify a moronic tuple type rebinding introduced with #988
At that time, our home-made Tuple type was replaced by std::tuple,
and then the command framework was extended to also allow command invocation
with arguments packaged as lib::diff::Record<GenNode>

With changeset 0e10ef09ec
A rebinding from std::tuple<ARGS...> to Types<ARGS> was introduced,
but unfortunately this was patched-in on top of the existing Types<ARGS...>
just as a partial specialisation.

Doing it this way is especially silly, since now this rebinding also kicks
in when std::tuple appears as regular payload type within Types<....>

This is what happened here: We have a Lambda taking a std::tuple<int, int>
as argument, yet when extracting the argument type, this rebinding kicks in
and transforms this argument into Types<int, int>
Oh well.
2017-12-11 02:20:15 +01:00
..
access-casted-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
config-flags-test.cpp maximum munch 2016-12-23 04:23:03 +01:00
duck-detector-extension-test.cpp Refactoring: extract new duck detectors 2017-12-05 06:05:33 +01:00
duck-detector-test.cpp Refactoring: extract new duck detectors 2017-12-05 06:05:33 +01:00
dummy-functions.hpp Doxygen: fill in the last missing file level comments for plain-C tests 2017-02-22 03:46:23 +01:00
function-closure-test.cpp Function-Tools: get rid of the old-style FunctionSignature template 2017-03-19 04:09:24 +01:00
function-composition-test.cpp MERGE Doxygen clean-up done during the last months 2017-04-01 23:59:00 +02:00
function-erasure-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
function-signature-test.cpp Library: improve the function-signature detector to work as guard with enable_if 2017-11-24 23:48:56 +01:00
generator-combinations-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
generator-test.cpp maximum munch 2016-12-23 04:23:03 +01:00
iterable-classification-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
meta-utils-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
tuple-diagnostics.hpp Bugfix: rectify a moronic tuple type rebinding introduced with #988 2017-12-11 02:20:15 +01:00
tuple-helper-test.cpp Bugfix: rectify a moronic tuple type rebinding introduced with #988 2017-12-11 02:20:15 +01:00
tuple-record-init-test.cpp Analysis regarding the next step, integration of InstanceManagement into SessionCommand facade 2017-04-09 01:34:18 +02:00
type-demangling-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
type-display-test.cpp Library: typeof obsoleted by decltype 2017-12-04 03:53:36 +01:00
typelist-diagnostics.hpp Metaprogramming: draft test for the new argument picker (WIP) 2017-09-28 16:28:15 +02:00
typelist-manip-test.cpp maximum munch 2016-12-23 04:23:03 +01:00
typelist-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
typelist-util-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00
typeseq-manip-test.cpp Metaprogramming: draft test for the new argument picker (WIP) 2017-09-28 16:28:15 +02:00
value-type-binding-test.cpp Library: extract type diagnostics test helpers 2017-12-01 03:51:54 +01:00
variadic-argument-picker-test.cpp Metaprogramming: finish variadic argument picker test 2017-09-29 03:21:47 +02:00
virtual-copy-support-test.cpp Doxygen: magically insert a reference to the test class 2017-02-22 03:17:18 +01:00