mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
Due to a bug, clang does not decay a type to a reference, failing the concept evaluation on correct input. Add parentheses to force it to decay the type.