We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593bb94 commit b86a1c5Copy full SHA for b86a1c5
src/monodroid/jni/xxhash.hh
@@ -156,7 +156,7 @@ namespace xamarin::android
156
class xxhash64 final
157
{
158
public:
159
- force_inline static constexpr XXH64_hash_t hash (const char *p, size_t len) noexcept
+ force_inline static XXH64_hash_t hash (const char *p, size_t len) noexcept
160
161
return XXH3_64bits (static_cast<const void*>(p), len);
162
}
0 commit comments