mirror of
https://github.com/boostorg/unordered.git
synced 2026-02-17 02:02:10 +00:00
Visual C++ is warning that memory can't be tracked for allocators whose pointer types aren't actually pointers, which is a correct warning but not relevant for our concerns, and is caused by the unit tests, not the container implementation.