Files
scylladb/test/boost
Avi Kivity 1c1a737eda test: sstable_datafile_test: drop bad 'return'
The pattern

    return function_returning_a_future().get();

is legal, but confusing. It returns an unexpected std::tuple<>. Here,
it doesn't do any harm, but if we try to coerce the surrounding code
into a signature (void ()), then that will fail.

Remove the unneeded and unexpected return.
2020-09-23 20:55:06 +03:00
..
2020-09-08 15:59:25 +03:00
2020-08-11 10:37:34 +08:00
2020-06-23 19:39:54 +03:00