Refactoring exponential and delay back-off strategies to avoid static data members...
[libcds.git] / test / unit / map / michael_lazy_hp.cpp
index ec0595cb3de6f0e8b982e47c1ff3962e4c7c39e1..1172071e717867664374f6c336b1aa5bbd71fdab 100644 (file)
@@ -120,7 +120,7 @@ namespace {
         struct list_traits: public cc::lazy_list::traits
         {
             typedef cmp compare;
-            typedef cds::backoff::exponential<cds::backoff::pause, cds::backoff::yield> back_off;
+            typedef cds::backoff::make_exponential_t<cds::backoff::pause, cds::backoff::yield> back_off;
         };
         typedef cc::LazyKVList< gc_type, key_type, value_type, list_traits > list_type;