deleted tabs
[libcds.git] / cds / intrusive / impl / lazy_list.h
index 13fa9b92bb8ebd2f6db0b0ff5d6e4e222a4c0bd9..e438c10e28e8697a85430862eb8050dcb17174b9 100644 (file)
@@ -5,7 +5,7 @@
 
     Source code repo: http://github.com/khizmax/libcds/
     Download: http://sourceforge.net/projects/libcds/files/
-    
+
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions are met:
 
@@ -1208,6 +1208,13 @@ namespace cds { namespace intrusive {
             return guarded_ptr();
         }
 
+        // split-list support
+        template <typename Predicate>
+        void destroy( Predicate /*pred*/ )
+        {
+            clear();
+        }
+
         //@endcond
 
     protected: