LUMIERA.clone/tests/core
Ichthyostega afadc35eab WIP: draft command binding by lambda...
as it stands, this does not work, since lambdas are passed by-value,
while function references can only be passed by explicit reference,
otherwise they'll degrade to a function pointer. And std::function
requires a plain function signature as type argument, not the type
of a function pointer (which doesn't mean you can't construct a
std::function from a FP, indeed there is an explicit overload for
that).
2017-03-18 19:02:41 +01:00
..
application clean-up: mark subsystem implementations with noexcept and override 2016-12-12 01:18:19 +01:00
backend mass clean-up: adapt usage of std::cout pretty much everywhere 2016-01-07 20:12:46 +01:00
proc WIP: draft command binding by lambda... 2017-03-18 19:02:41 +01:00
DIR_INFO re-arrange tests according to layer structure 2013-01-07 05:43:01 +01:00