Extending intrusive MichaelSet<HP> to IterableList
[libcds.git] / cds / intrusive / lazy_list_nogc.h
index 17a7deb24e2c922d6b7922c550d6643d8ca63578..40183627dadbf240f84759f35a29b71bfcac1ada 100644 (file)
@@ -135,6 +135,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: