mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-20 16:40:35 +00:00
std::out-of-range does not have a default constructor, yet gcc somehow accepts a no-argument construction. Clang (correctly) doesn't, so add a parameter.