mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
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.