[PATCH] D18637: Extract key to avoid preemptive mallocs in insert/emplace in associative containers

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 13 08:53:16 PDT 2016


mclow.lists accepted this revision.
mclow.lists added a comment.
This revision is now accepted and ready to land.

This looks good to me, except for the noisy tests.


================
Comment at: test/std/containers/associative/set/insert_and_emplace_allocator_requirements.pass.cpp:29
@@ +28,3 @@
+template <class Arg>
+void PrintInfo(int line, Arg&& arg)
+{
----------------
In general, we want tests to be silent on success.


http://reviews.llvm.org/D18637





More information about the cfe-commits mailing list