This commit is contained in:
JCW
2025-06-02 16:56:33 +01:00
parent 3e13bd036e
commit c65b13c730

View File

@@ -180,6 +180,9 @@ public:
explicit
operator HashType() noexcept
{
#if ORIGINAL_HASH
return XXH3_64bits_digest(_state);
#endif
if (readBuffer_.size() == 0) return 0;
#if PROFILING