提交 f76b260e 编写于 作者: S SherlockNoMad

Fix FB internal CI build failure

上级 774922c6
......@@ -101,7 +101,7 @@ void HistogramStat::Add(uint64_t value) {
// of any operation. Each individual value is atomic and the order of updates
// by concurrent threads is tolerable.
const size_t index = bucketMapper.IndexForValue(value);
assert(index < num_buckets_ && index >= 0);
assert(index < num_buckets_);
buckets_[index].fetch_add(1, std::memory_order_relaxed);
uint64_t old_min = min();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册