mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 11:36:54 +00:00
validate_partial() is declared in the internal namespace, but defined outside it. This causes calls to validate_partial() to be ambiguous on architectures that haven't been SIMD-optimized yet (e.g. s390x). Fix by defining it in the internal namespace. Closes #8268
23 KiB
23 KiB