mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-01 12:36:56 +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.