Files
scylladb/streaming/stream_transfer_task.cc
Avi Kivity ca69a04969 streaming: avoid auto in function argument declaration
'auto' in a non-lambda function argument is not legal C++, and is hard
to read besides.  Replace with the right type.
2017-04-17 23:03:15 +03:00

8.2 KiB