Rename class cds::gc::PTB to cds::gc::DHP
[libcds.git] / cds / container / split_list_map.h
index 05ecd615aa0458d19dce4391862444d282efa1ef..c3c8b0552cda4223660a225e6e87c595858bb2be 100644 (file)
@@ -70,13 +70,13 @@ namespace cds { namespace container {
 
         Now you are ready to declare our map class based on \p %SplitListMap:
         \code
-        typedef cc::SplitListMap< cds::gc::PTB, int, std::string, foo_set_traits > int_string_map;
+        typedef cc::SplitListMap< cds::gc::DHP, int, std::string, foo_set_traits > int_string_map;
         \endcode
 
         You may use the modern option-based declaration instead of classic type-traits-based one:
         \code
         typedef cc:SplitListMap<
-            cs::gc::PTB             // GC used
+            cs::gc::DHP             // GC used
             ,int                    // key type
             ,std::string            // value type
             ,cc::split_list::make_traits<      // metafunction to build split-list traits