Extending intrusive MichaelSet<HP> to IterableList
[libcds.git] / cds / intrusive / impl / lazy_list.h
index abe6ef4c4b2d8b07ec349d6b87b18bba3e9e31b7..dc0b54fd9b1d9dc46a4caf1685d2c5f53e63a4e5 100644 (file)
@@ -222,6 +222,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: