mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-04 14:03:06 +00:00
Remove const specifier from result_set_row._cells member to make the class nothrow_move_constructible and nothrow_move_assignable To be used later in query result_set and friends. Signed-off-by: Benny Halevy <bhalevy@scylladb.com>