]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/performance/23_containers/producer_consumer/sequence.cc
typelist_assoc_container.hpp: Remove, unused.
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / performance / 23_containers / producer_consumer / sequence.cc
index 4adccb94654ad1c7f01ec36bc9a7cb1c82c3619b..1590c974b474ec441f9aaba503d58182cf4d6ae7 100644 (file)
@@ -249,8 +249,7 @@ main()
 
   typedef test_sequence<thread_type> test_type;
   test_type test("producer_consumer_sequence");
-  __gnu_cxx::typelist::apply<test_type, container_types> applier;
-  applier(test);
+  __gnu_cxx::typelist::apply(test, container_types());
 
   return 0;
 }