Extending intrusive MichaelSet<HP> to IterableList
[libcds.git] / cds / intrusive / lazy_list_rcu.h
index d5bec4bf54adaac5a00e27344778fcf74109e096..935c294cb5e642956219d57bbd0d5e2ad97ba6bc 100644 (file)
@@ -154,6 +154,10 @@ namespace cds { namespace intrusive {
                 , typename cds::opt::make_options< traits, Options...>::type
             >   type;
         };
+
+        // Stat selector
+        template <typename Stat>
+        using select_stat_wrapper = lazy_list::select_stat_wrapper< Stat >;
         //@endcond
 
     protected: