mirror of
https://github.com/boostorg/unordered.git
synced 2026-02-16 13:52:14 +00:00
5b5b46ea1ce412b0d317f2cb1538b5d0a50463d8
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.
Description
Languages
C++
98.6%
Python
0.8%
CMake
0.5%