An unordered C++ data container providing fast iteration/insertion/erasure while maintaining pointer/iterator validity to non-erased elements regardless of insertions/erasures. Provides higher-performance than std:: library containers for high-modification scenarios with unordered data.
https://github.com/mattreecebentley/plf_colony/blob/e6e563b63dd9e64fc2fcc66a757e366641e62f01/plf_colony.h#L280
Both sides of the operator || are equivalent. Sorry, this was clang static analyzer saying this, maybe the static analyzer is buggy, so closing this.