Files
scylladb/service
Avi Kivity 61a8c8c989 storage_proxy: capture "this" explicitly in lambda
C++20 deprecates capturing this in default-copy lambdas ([=]), with
good reason. Move to explicit captures to avoid any ambiguity and
reduce warning spew.
Message-Id: <20200517150921.754073-1-avi@scylladb.com>
2020-05-18 10:30:10 +03:00
..