mattreecebentley / plf_colony

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://plflib.org/colony.htm
zlib License
398 stars 33 forks source link

Typo in plf_colony.h(280) #44

Closed karentierney closed 3 years ago

karentierney commented 3 years ago

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.