Skip to content
Snippets Groups Projects
Unverified Commit 61b93e77 authored by Henri Beauchamp's avatar Henri Beauchamp Committed by GitHub
Browse files

SL-19110 Make HBXXH* classes no-copy. (#72)

These classes are not trivially copyable because of the mState pointer on an internal
XXH3 state that would have to be explicitely copied.
While it would be possible to add custom copy constructor and operator for them, it
does not really make sense to allow copying an instance of these classes, since all we
care about storing and copying is the digest (which is either an U64 or an LLUUID).
parent c1e1f1e4
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment