Split up set2 unit test to reduce compiling time and memory
[libcds.git] / cds / container / michael_set_rcu.h
index 86da400d4dc38c05bf7b4ca3018c712b1c269697..3bf12d8c41827bdc34115b1530b8ab89ffb80aed 100644 (file)
@@ -126,6 +126,10 @@ namespace cds { namespace container {
         /// Group of \p extract_xxx functions require external locking if underlying ordered list requires that
         static CDS_CONSTEXPR const bool c_bExtractLockExternal = bucket_type::c_bExtractLockExternal;
 
+        //@cond
+        typedef cds::container::michael_set::implementation_tag implementation_tag;
+        //@endcond
+
     protected:
         item_counter    m_ItemCounter; ///< Item counter
         hash            m_HashFunctor; ///< Hash functor