mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 03:20:37 +00:00
Casts only depend on their operands, so a plain function pointer is sufficient. This allows replacing all the make_castas_* functions that return a lambda with plain castas_* functions that do the casting. Signed-off-by: Rafael Ávila de Espíndola <espindola@scylladb.com> Message-Id: <20200413162014.23884-2-espindola@scylladb.com>