[PATCH] D16360: unordered_map: Avoid unnecessary mallocs when no insert occurs

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 19 17:53:32 PST 2016


EricWF added a comment.

@dexonsmith Actually is it OK if I contribute the tests for this patch? Your's are in no way bad, but I want to test this in a similar manner to `unord.map.modifiers/insert_allocator_requirments.pass.cpp` and it's not fair to ask you to do that.

However if your willing to learn how to use `support/container_test_types.h` that even better :-)


http://reviews.llvm.org/D16360





More information about the cfe-commits mailing list