Split up set2 unit test to reduce compiling time and memory
[libcds.git] / cds / intrusive / skip_list_nogc.h
index c72de416eeb2be74280abe47e7cde079004c974e..6a8f4c3f702b9a21a7f4d8bb004e64c117c1ae1e 100644 (file)
@@ -363,6 +363,7 @@ namespace cds { namespace intrusive {
 
         //@cond
         static unsigned int const c_nMinHeight = 3;
+        typedef cds::intrusive::skip_list::implementation_tag implementation_tag;
         //@endcond
 
     protected: