We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2293172 commit 7714df5Copy full SHA for 7714df5
library/data_structures/bit_inc.hpp
@@ -16,6 +16,4 @@ struct bit_inc {
16
return query(r) - query(l - 1);
17
}
18
#include "bit_uncommon/walk.hpp"
19
-#include "bit_uncommon/prev.hpp"
20
-#include "bit_uncommon/next.hpp"
21
};
0 commit comments