forked from weaselab/conflict-set
Fix outdated comment
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ struct BitSet {
|
|||||||
void reset(int i);
|
void reset(int i);
|
||||||
int firstSetGeq(int i) const;
|
int firstSetGeq(int i) const;
|
||||||
|
|
||||||
// Calls `f` with the index of each bit set in [begin, end)
|
// Calls `f` with the index of each bit set
|
||||||
template <class F> void forEachSet(F f) const {
|
template <class F> void forEachSet(F f) const {
|
||||||
// See section 3.1 in https://arxiv.org/pdf/1709.07821.pdf for details about
|
// See section 3.1 in https://arxiv.org/pdf/1709.07821.pdf for details about
|
||||||
// this approach
|
// this approach
|
||||||
|
|||||||
Reference in New Issue
Block a user