mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
std::pow() is not constexpr, and clang correctly refuses to assign its result in constexpr context. Add a constexpr replacement.
std::pow() is not constexpr, and clang correctly refuses to assign its result in constexpr context. Add a constexpr replacement.