LUMIERA.clone/tests/core/proc
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
..
asset maximum munch 2016-12-23 04:23:03 +01:00
control WIP: draft command binding by lambda... 2017-03-18 19:02:41 +01:00
engine clean-up: kill Boost scoped_ptr 2017-01-05 00:56:46 +01:00
mobject clean-up: kill Boost scoped_ptr 2017-01-05 00:56:46 +01:00
play DOC: follow-up of removing boost::scoped_ptr 2017-01-05 01:20:34 +01:00