mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-19 09:01:01 +00:00
mipsel: base: Disable lockfree assert
This commit is contained in:
parent
93c31870a0
commit
d3517bea6c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue