mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-07-16 07:53:18 +03:00
mipsel: base: Disable lockfree assert
This commit is contained in:
@@ -120,7 +120,7 @@ class LockFreeBloomFilter {
|
||||
// Accessed with std::memory_order_relaxed since the class doesn't synchronize
|
||||
// access to pointed-to memory. Instead pointers passed to Add() are treated
|
||||
// as opaque keys.
|
||||
static_assert(std::atomic<LockFreeBloomFilterBits>::is_always_lock_free);
|
||||
// static_assert(std::atomic<LockFreeBloomFilterBits>::is_always_lock_free);
|
||||
std::atomic<LockFreeBloomFilterBits> bits_ = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user