fixed add_custom_target() in intrusice-set and set
[libcds.git] / test / unit / set / michael_lazy_dhp.cpp
index c412346269f58c274ce85863b4c12a1c8b6e4058..dc3739195c028b895c1268ce40e331268ad9a6e0 100644 (file)
@@ -137,7 +137,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::LazyList< gc_type, int_item, list_traits > list_type;