X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libstdc%2B%2B-v3%2Ftestsuite%2Fperformance%2Fext%2Fpb_ds%2Ftree_order_statistics_timing.cc;h=3a67b63bff57d599f643dfcf4eacae225816c4e4;hb=59ae0c9c83e70e6a6a6da6aed83e55ed87092989;hp=2af32f394d66bf0c2618b95a74e15c35a23409f0;hpb=42f38b860ff0df9064106117056c40d1d6004e69;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc b/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc index 2af32f394d6..3a67b63bff5 100644 --- a/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc +++ b/libstdc++-v3/testsuite/performance/ext/pb_ds/tree_order_statistics_timing.cc @@ -46,12 +46,11 @@ #include #include -#include +#include #include #include #include #include -#include #include void @@ -74,14 +73,14 @@ main(int argc, char* a_p_argv[]) test_t tst(vn, vs, vm); typedef tree_common_types, pb_ds::tree_order_statistics_node_update>::performance_tl tl_t; tl_t tl; - pb_ds::detail::typelist_apply(tst, tl); + __gnu_cxx::typelist::apply(tst, tl); } { typedef tree_order_statistics_test test_t; test_t tst(vn, vs, vm); typedef native_set native_set_t; - tst(pb_ds::detail::type_to_type()); + tst(__gnu_cxx::typelist::detail::type_to_type()); } } catch(...)