Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util/variant: seastar::visit forward value arg
Internally we only use it for lvalue references, so passing the argument to std::visit as is looks relevant. However, since seastar::visit accepts universal reference it should handle it appropriately for not to surprise callers by copying its argument implicitly.
- Loading branch information