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 f1ed8cf commit efcdd87Copy full SHA for efcdd87
microbenchmarks/synthetic_bench.cpp
@@ -1,6 +1,5 @@
1
#include <array>
2
#include <benchmark/benchmark.h>
3
-#include <array>
4
#include <random>
5
#include <set>
6
tests/toplevel_unit.c
@@ -4320,7 +4320,8 @@ static void test_uint32_iterator_skip_backward(uint8_t type) {
4320
4321
// Test skip way beyond start
4322
roaring_iterator_init_last(r, &iter_skip);
4323
- uint32_t skipped = roaring_uint32_iterator_skip_backward(&iter_skip, UINT32_MAX);
+ uint32_t skipped =
4324
+ roaring_uint32_iterator_skip_backward(&iter_skip, UINT32_MAX);
4325
assert_int_equal(skipped, ref_count);
4326
assert_false(iter_skip.has_value);
4327
0 commit comments