mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 02:20:37 +00:00
Clang does not implement P1814R0 (class template argument deduction for alias templates), so it can't deduce the template arguments for range_bound, but it can for interval_bound, so switch to that. Using the modern name rather than the compatibility alias is preferred anyway. Closes #7422