Changed MichaelSet/Map<RCU> for new MichaelList extract()/get() semantics
[libcds.git] / tests / test-hdr / set / hdr_intrusive_michael_set_rcu_gpb.cpp
index e1b77afa884d9b73a7d8abd1e44f68da37fb575f..36417c7145a9d1c2a028852fa197a0d4389da051 100644 (file)
@@ -29,7 +29,7 @@ namespace set {
             >::type
         > set;
 
-        test_rcu_int<set>();
+        test_rcu_int_michael_list<set>();
     }
 
     void IntrusiveHashSetHdrTest::RCU_GPB_base_less()
@@ -50,7 +50,7 @@ namespace set {
             >::type
         > set;
 
-        test_rcu_int<set>();
+        test_rcu_int_michael_list<set>();
     }
 
     void IntrusiveHashSetHdrTest::RCU_GPB_base_cmpmix()
@@ -73,7 +73,7 @@ namespace set {
             >::type
         > set;
 
-        test_rcu_int<set>();
+        test_rcu_int_michael_list<set>();
     }
 
     void IntrusiveHashSetHdrTest::RCU_GPB_member_cmp()
@@ -97,7 +97,7 @@ namespace set {
             >::type
         > set;
 
-        test_rcu_int<set>();
+        test_rcu_int_michael_list<set>();
     }
 
     void IntrusiveHashSetHdrTest::RCU_GPB_member_less()
@@ -121,7 +121,7 @@ namespace set {
             >::type
         > set;
 
-        test_rcu_int<set>();
+        test_rcu_int_michael_list<set>();
     }
 
     void IntrusiveHashSetHdrTest::RCU_GPB_member_cmpmix()
@@ -147,7 +147,7 @@ namespace set {
             >::type
         > set;
 
-        test_rcu_int<set>();
+        test_rcu_int_michael_list<set>();
     }