mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 03:56:42 +00:00
The constraint on on cryptopp_hasher<>::impl is illegal, since it's not on the base template. Convert it to a static_assert. We could have moved it to the base template, but that would have undone the work to push all the implementation details in .cc and reduce #include load. Found by clang.
3.9 KiB
3.9 KiB