mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
45172f52d9
`LazySmallBitVector` was lacking a comparison operator, which prevented it from being used as the key of a `std::map`. This commit implements such operator, along with the `reserve` method.