mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 04:56:58 +00:00
We use class template argument deduction (CTAD) in a few places, but it appears not to work for alias templates in clang. While it looks like a clang bug, using the class name is an improvement, so let's do that.