mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
Instead of copying and moving the bound, pass it by reference so the transformer can decide whether it wants to copy or not. The only caller so far doesn't want a copy and takes the value by reference, which would be capturing a temporary value. Caught by the view_schema_test with gcc7. Signed-off-by: Duarte Nunes <duarte@scylladb.com> Message-Id: <20170705210255.29669-1-duarte@scylladb.com>
30 KiB
30 KiB