Split up set2 unit test to reduce compiling time and memory
[libcds.git] / cds / intrusive / impl / skip_list.h
index e57ff42502bbb620a7ff338c3f1469f29921f9b9..9abad6f5dec3dfdd3542a9d64e69b4b4fa93153e 100644 (file)
@@ -345,6 +345,9 @@ namespace cds { namespace intrusive {
         typedef typename traits::back_off      back_off;   ///< Back-off strategy
         typedef typename traits::stat          stat;       ///< internal statistics type
 
+        //@cond
+        typedef cds::intrusive::skip_list::implementation_tag implementation_tag;
+        //@endcond
     public:
         typedef typename gc::template guarded_ptr< value_type > guarded_ptr; ///< Guarded pointer