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

Fix compilation error under Clang with C++11 or later #14

Closed bluebear94 closed 6 years ago

bluebear94 commented 6 years ago

This fixes #13.

mattreecebentley commented 6 years ago

Thanks for this, but I replaced it with a reinterpret_cast rather than a c-style cast- Cheers