Split up set2 unit test to reduce compiling time and memory
[libcds.git] / cds / container / split_list_map_nogc.h
index 6022573167fd5e12ad74f66e31914f6ac74da62e..dd5624aa4adf1b14505b3605432d74f4233d1828 100644 (file)
@@ -58,6 +58,10 @@ namespace cds { namespace container {
         typedef typename base_class::item_counter   item_counter; ///< Item counter type
         typedef typename base_class::stat           stat;         ///< Internal statistics
 
+        //@cond
+        typedef cds::container::split_list::implementation_tag implementation_tag;
+        //@endcond
+
     protected:
         //@cond
         typedef typename base_class::traits::key_accessor key_accessor;