Files
clang-p2996/llvm/unittests/ADT/BitVectorTest.cpp
Jay Foad 8456e0c290 [ADT] Allow std::next to work on BitVector's set_bits_iterator (#80830)
Without this I would hit errors with libstdc++-12 like:

/usr/include/c++/12/bits/stl_iterator_base_funcs.h:230:5: note:
candidate template ignored: substitution failure [with _InputIterator =
llvm::const_set_bits_iterator_impl<llvm::BitVector>]: argument may not
have 'void' type
    next(_InputIterator __x, typename
    ^
2024-02-13 11:03:20 +00:00

33 KiB