Closed colinc74 closed 3 years ago
When I test it for std::vector, it will fail in construct()
Thank you for reporting. As mentioned in the read me the vector is not a container supported by the allocator. It is intended for list like data structures. Vector offers more efficient mechanisms by default.
When I test it for std::vector, it will fail in construct()