aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/associative.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/performance/23_containers/producer_consumer/associative.cc')
-rw-r--r--libstdc++-v3/testsuite/performance/23_containers/producer_consumer/associative.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/associative.cc b/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/associative.cc
index 82fab43e0bb..3ccfca92e69 100644
--- a/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/associative.cc
+++ b/libstdc++-v3/testsuite/performance/23_containers/producer_consumer/associative.cc
@@ -1,4 +1,4 @@
-// Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc.
+// Copyright (C) 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
@@ -246,11 +246,11 @@ main()
typedef __gnu_test::maps<test_type, thread_type>::type map_typelist;
typedef __gnu_test::sets<test_type, thread_type>::type set_typelist;
- typedef __gnu_cxx::append<map_typelist, set_typelist>::type container_types;
+ typedef __gnu_cxx::typelist::append<map_typelist, set_typelist>::type container_types;
typedef test_sequence<thread_type> test_type;
test_type test("producer_consumer_associative");
- __gnu_cxx::apply<test_type, container_types> applier;
+ __gnu_cxx::typelist::apply<test_type, container_types> applier;
applier(test);
return 0;