Merge branch 'dev' of github.com:khizmax/libcds into dev
[libcds.git] / cds / container / details / split_list_base.h
index ba74ecff29b8f62d62dec0d40d595ea42096019a..482f89cba236c61b1cc2836418ba7a638f42813d 100644 (file)
@@ -1,7 +1,7 @@
 //$$CDS-header$$
 
-#ifndef __CDS_CONTAINER_DETAILS_SPLIT_LIST_BASE_H
-#define __CDS_CONTAINER_DETAILS_SPLIT_LIST_BASE_H
+#ifndef CDSLIB_CONTAINER_DETAILS_SPLIT_LIST_BASE_H
+#define CDSLIB_CONTAINER_DETAILS_SPLIT_LIST_BASE_H
 
 #include <cds/intrusive/details/split_list_base.h>
 
@@ -14,6 +14,8 @@ namespace cds { namespace container {
     /** @ingroup cds_nonintrusive_helper
     */
     namespace split_list {
+        using cds::intrusive::split_list::implementation_tag;
+
         /// Internal statistics, see \p cds::intrusive::split_list::stat
         template <typename Counter = cds::intrusive::split_list::stat<>::counter_type >
         using stat = cds::intrusive::split_list::stat<Counter>;
@@ -89,8 +91,8 @@ namespace cds { namespace container {
             /**
                 Selects appropriate ordered-list implementation for split-list.
                 Supported types are:
-                - \p michael_list_tag - for MichaelList
-                - \p lazy_list_tag - for LazyList
+                - \p michael_list_tag - for \p MichaelList
+                - \p lazy_list_tag - for \p LazyList
             */
             typedef michael_list_tag    ordered_list;
 
@@ -180,4 +182,4 @@ namespace cds { namespace container {
 }}  // namespace cds::container
 
 
-#endif // #ifndef __CDS_CONTAINER_DETAILS_SPLIT_LIST_BASE_H
+#endif // #ifndef CDSLIB_CONTAINER_DETAILS_SPLIT_LIST_BASE_H