mirror of
https://github.com/boostorg/unordered.git
synced 2025-10-14 00:15:27 +02: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.