Refactoring exponential and delay back-off strategies to avoid static data members...
[libcds.git] / test / unit / map / michael_michael_nogc.cpp
index 1fb9269087ea4cf6b284e9ffff1b25729fcd1dbc..1fe934bc6fd9e4ed960c15321088b2dac2be5ca7 100644 (file)
@@ -109,7 +109,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;