summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/performance/23_containers/index/map.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/testsuite/performance/23_containers/index/map.cc')
-rw-r--r--libstdc++-v3/testsuite/performance/23_containers/index/map.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/libstdc++-v3/testsuite/performance/23_containers/index/map.cc b/libstdc++-v3/testsuite/performance/23_containers/index/map.cc
index 8682c9070d5..386890d90ea 100644
--- a/libstdc++-v3/testsuite/performance/23_containers/index/map.cc
+++ b/libstdc++-v3/testsuite/performance/23_containers/index/map.cc
@@ -58,13 +58,10 @@ main()
#define thread_type true
#endif
- using __gnu_test::associative_containers;
typedef __gnu_test::maps<int, thread_type>::type container_types;
-
typedef test_sequence<thread_type> test_type;
test_type test("index_associative");
- __gnu_cxx::typelist::apply<test_type, container_types> applier;
- applier(test);
+ __gnu_cxx::typelist::apply(test, container_types());
return 0;
}