mame/scripts/target
Vas Crabb d334586156 -util/delegate.cpp: One less level of indirection for functoid delegates.
* If a delegate is set to a functoid (e.g. a lambda) with a signature
  that is an exact match for the delegate's signature, it will be bound
  directly.  If arguments or the return value need conversion, a static
  adaptor will be generated.  This removes unnecessary indirection
  through std::function::operator().

-Added a few more documentation comments.
2021-09-16 02:02:45 +10:00
..
mame -util/delegate.cpp: One less level of indirection for functoid delegates. 2021-09-16 02:02:45 +10:00
zexall Fix zexall target compile 2020-09-30 17:37:01 +02:00