Files
scylla/utils
Kefu Chai 5e7c8cc4b7 util/result_try: reference this explicitly
quote from Avi's comment

> It's supposed to be illegal to call handle(...) without this->,
> because handle() is a dependent name (but many compilers don't
> insist, gcc is stricter here). So two error messages competed,
> and "unused this capture" won.

without this change, Clang complains that `this` is not used with
`-Wunused-lambda-capture`.

in this change, `this` is used. in this change, `this` is explicitly
referenced to silence Clang's warning.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
2023-02-28 21:56:55 +08:00
..
2022-06-02 11:21:05 +03:00
2023-02-17 18:41:39 +08:00
2022-02-28 12:36:03 +02:00
2023-01-27 19:15:39 +01:00
2022-08-08 08:02:27 +03:00
2023-02-25 09:36:11 +08:00