Split up set2 unit test to reduce compiling time and memory
[libcds.git] / cds / container / michael_set.h
index 80c5a694307c4ff869d28cf0562b9b4bc9494e86..ce639de769814c138a987ba531987edf259c03d0 100644 (file)
@@ -195,6 +195,10 @@ namespace cds { namespace container {
 
         typedef typename bucket_type::guarded_ptr  guarded_ptr; ///< Guarded pointer
 
+        //@cond
+        typedef cds::container::michael_set::implementation_tag implementation_tag;
+        //@endcond
+
     protected:
         item_counter    m_ItemCounter; ///< Item counter
         hash            m_HashFunctor; ///< Hash functor