Refactoring exponential and delay back-off strategies to avoid static data members...
[libcds.git] / test / unit / map / michael_michael_dhp.cpp
index 175d665ceaf4d23e792fe1078e7a7dfe48e29987..077ceacb9b48d92de839517eee458986d434bc88 100644 (file)
@@ -119,7 +119,7 @@ namespace {
         struct list_traits: public cc::michael_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::MichaelKVList< gc_type, key_type, value_type, list_traits > list_type;