mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-08-10 01:02:42 +03:00
mipsel: base: Disable lockfree assert
This commit is contained in:
@@ -87,7 +87,7 @@ class BASE_EXPORT LockFreeBloomFilter {
|
||||
|
||||
// Atomic wrapper for the bits.
|
||||
using AtomicBitStorage = std::atomic<BitStorage>;
|
||||
static_assert(AtomicBitStorage::is_always_lock_free);
|
||||
// static_assert(AtomicBitStorage::is_always_lock_free);
|
||||
|
||||
// Maximum number of bits in the filter.
|
||||
static constexpr size_t kMaxBits = 8 * sizeof(BitStorage);
|
||||
|
||||
Reference in New Issue
Block a user