Extending intrusive MichaelSet<HP> to IterableList
[libcds.git] / cds / intrusive / impl / michael_list.h
index 97bf868de400846a95c55ccbe30d1a297af9f578..8e58bf4a0644feffde5c890259a14b7e56048c6d 100644 (file)
@@ -224,6 +224,10 @@ namespace cds { namespace intrusive {
                 , typename cds::opt::make_options< traits, Options...>::type
             >   type;
         };
+
+        // Stat selector
+        template <typename Stat>
+        using select_stat_wrapper = michael_list::select_stat_wrapper< Stat >;
         //@endcond
 
     protected: