LazyList refactoring
[libcds.git] / tests / test-hdr / ordered_list / hdr_lazy_rcu_gpt.cpp
index 0ab8fda81cc985d3055cff8abfe559180a6781eb..a92ec111fa5588b5bb5e576ace2ccab3dbe34202 100644 (file)
@@ -8,7 +8,7 @@ namespace ordlist {
     namespace {
         typedef cds::urcu::gc< cds::urcu::general_threaded<> >    rcu_type;
 
-        struct RCU_GPT_cmp_traits: public cc::lazy_list::type_traits
+        struct RCU_GPT_cmp_traits : public cc::lazy_list::traits
         {
             typedef LazyListTestHeader::cmp<LazyListTestHeader::item>   compare;
         };
@@ -30,7 +30,7 @@ namespace ordlist {
     }
 
     namespace {
-        struct RCU_GPT_less_traits: public cc::lazy_list::type_traits
+        struct RCU_GPT_less_traits : public cc::lazy_list::traits
         {
             typedef LazyListTestHeader::lt<LazyListTestHeader::item>   less;
         };
@@ -52,7 +52,7 @@ namespace ordlist {
     }
 
     namespace {
-        struct RCU_GPT_cmpmix_traits: public cc::lazy_list::type_traits
+        struct RCU_GPT_cmpmix_traits : public cc::lazy_list::traits
         {
             typedef LazyListTestHeader::cmp<LazyListTestHeader::item>   compare;
             typedef LazyListTestHeader::lt<LazyListTestHeader::item>  less;
@@ -76,7 +76,7 @@ namespace ordlist {
     }
 
     namespace {
-        struct RCU_GPT_ic_traits: public cc::lazy_list::type_traits
+        struct RCU_GPT_ic_traits : public cc::lazy_list::traits
         {
             typedef LazyListTestHeader::lt<LazyListTestHeader::item>   less;
             typedef cds::atomicity::item_counter item_counter;