diff options
author | Jay Foad <jay.foad@amd.com> | 2024-02-13 11:03:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 11:03:20 +0000 |
commit | 8456e0c290f759807023924481712767a19464c2 (patch) | |
tree | eb9822eb37254f5e9b1b2b6c7a6738f2242025a5 /llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp | |
parent | e678e6edec8d2672eb848b7453bd10e16cc54958 (diff) | |
download | llvm-8456e0c290f759807023924481712767a19464c2.zip llvm-8456e0c290f759807023924481712767a19464c2.tar.gz llvm-8456e0c290f759807023924481712767a19464c2.tar.bz2 |
[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
^
Diffstat (limited to 'llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp')
0 files changed, 0 insertions, 0 deletions