Files
scylladb/test/boost
Avi Kivity dba07440c9 test: sstable_directory_test: make new_sstable() not a template
new_sstable is defined as a template, and later used in a context
that requires an object. Somehow gcc uses an instantiation with
an empty template parameter list, but I don't think it's right,
and clang refuses.

Since the template is gratuitous anyway, just make it a regular
function.
2020-09-22 17:24:33 +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