mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-01 13:45:53 +00:00
unaligned_cast is deprecated, and gcc complains that it violates strict aliasing rules. Switch to std::copy_n() instead.
unaligned_cast is deprecated, and gcc complains that it violates strict aliasing rules. Switch to std::copy_n() instead.