]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/performance/23_containers/insert_from_sorted/set.cc
typelist_assoc_container.hpp: Remove, unused.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / performance / 23_containers / insert_from_sorted / set.cc
index 863c7a6dc7c26ff61e43704a651da350b8cfdc56..72b1921e69758048572525a79a93f9962892d572 100644 (file)
@@ -76,13 +76,10 @@ main()
 #define thread_type true
 #endif    
 
-  using __gnu_test::associative_containers;
   typedef __gnu_test::sets<int, thread_type>::type container_types;
-
   typedef test_sequence<thread_type> test_type;
   test_type test("insert_from_sorted");
-  __gnu_cxx::typelist::apply<test_type, container_types> applier;
-  applier(test);
+  __gnu_cxx::typelist::apply(test, container_types());
 
   return 0;
 }