forked from boostorg/unordered
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.