mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
We need to const_cast `this` since the const container() has no const invoke_on override. Trying to fix this in seastar sharded.hh breaks many other call sites in scylla. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>