X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=tests%2Ftest-hdr%2Fordered_list%2Fhdr_lazy_rcu_gpi.cpp;h=cf6cf19a9acdde87ba7d7c62e9ddeccb78848035;hp=7106e62df30185fc28e46c0cad4fca955ef057cf;hb=78d73eed1f3c4a5424d9f82a09eef9d29bb64166;hpb=50c687ff7b5a8736dea193ab3c8968e289e6d48d diff --git a/tests/test-hdr/ordered_list/hdr_lazy_rcu_gpi.cpp b/tests/test-hdr/ordered_list/hdr_lazy_rcu_gpi.cpp index 7106e62d..cf6cf19a 100644 --- a/tests/test-hdr/ordered_list/hdr_lazy_rcu_gpi.cpp +++ b/tests/test-hdr/ordered_list/hdr_lazy_rcu_gpi.cpp @@ -8,7 +8,7 @@ namespace ordlist { namespace { typedef cds::urcu::gc< cds::urcu::general_instant<> > rcu_type; - struct RCU_GPI_cmp_traits: public cc::lazy_list::type_traits + struct RCU_GPI_cmp_traits : public cc::lazy_list::traits { typedef LazyListTestHeader::cmp compare; }; @@ -30,7 +30,7 @@ namespace ordlist { } namespace { - struct RCU_GPI_less_traits: public cc::lazy_list::type_traits + struct RCU_GPI_less_traits : public cc::lazy_list::traits { typedef LazyListTestHeader::lt less; }; @@ -52,7 +52,7 @@ namespace ordlist { } namespace { - struct RCU_GPI_cmpmix_traits: public cc::lazy_list::type_traits + struct RCU_GPI_cmpmix_traits : public cc::lazy_list::traits { typedef LazyListTestHeader::cmp compare; typedef LazyListTestHeader::lt less; @@ -76,7 +76,7 @@ namespace ordlist { } namespace { - struct RCU_GPI_ic_traits: public cc::lazy_list::type_traits + struct RCU_GPI_ic_traits : public cc::lazy_list::traits { typedef LazyListTestHeader::lt less; typedef cds::atomicity::item_counter item_counter;