mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 03:30:49 +00:00
Since all function handlers are plain functions without any state, there's no need for wrapping them with a 32-byte std::function when a plain function pointer would suffice. Reported-by: Nadav Har'El <nyh@scylladb.com> Message-Id: <913c1de7d02c252b40dc0c545989ec83fe74e5a9.1592291413.git.sarna@scylladb.com>