mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 00:50:35 +00:00
expr::visit was missing std::forward on the visitor. In cases where the visitor was passed as an rvalue it wouldn't be properly forwarded to std::visit. Signed-off-by: Jan Ciolek <jan.ciolek@scylladb.com>