mirror of
https://github.com/boostorg/hash2.git
synced 2026-01-19 04:12:12 +00:00
Avoid ODR-using xxh3_128::default_secret_len
This commit is contained in:
@@ -553,7 +553,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
secret_len_ = std::min( default_secret_len, n );
|
||||
secret_len_ = std::min( +default_secret_len, n );
|
||||
}
|
||||
|
||||
// incorporate passed secret into secret_
|
||||
|
||||
Reference in New Issue
Block a user