Split up set2 unit test to reduce compiling time and memory
[libcds.git] / cds / container / michael_set_nogc.h
index 28aa3cc17b3d01af78702adfe61925a4cf77a33d..b1cc933243cb583735ebc2843d2d2907ec09773f 100644 (file)
@@ -45,6 +45,10 @@ namespace cds { namespace container {
         /// Bucket table allocator
         typedef cds::details::Allocator< bucket_type, typename traits::allocator >  bucket_table_allocator;
 
+        //@cond
+        typedef cds::container::michael_set::implementation_tag implementation_tag;
+        //@endcond
+
     protected:
         //@cond
         typedef typename bucket_type::iterator        bucket_iterator;