OSDN Git Service

2006-09-27 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / performance / ext / pb_ds / priority_queue_random_int_push_pop_timing.cc
index 4f0f1a4..4487c27 100644 (file)
@@ -88,12 +88,12 @@ main(int argc, char* a_p_argv[])
 
       {
        typedef native_priority_queue<int, true> native_pq_t;
-       tst(__gnu_cxx::typelist::detail::type_to_type<native_pq_t>());
+       tst(native_pq_t());
       }
 
       {
        typedef native_priority_queue<int, false> native_pq_t;
-       tst(__gnu_cxx::typelist::detail::type_to_type<native_pq_t>());
+       tst(native_pq_t());
       }
     }
   catch(...)