Refactored MapDelOdd MT-test
[libcds.git] / tests / unit / map2 / map_type_multilevel_hashmap.h
index 0e0b10fc940ae8cc1fd041e16df5d7551b9ef5b1..2c25a8e950bb11d80bb03968f33942ecce6ed19e 100644 (file)
@@ -25,14 +25,12 @@ namespace map2 {
         // for testing
         static CDS_CONSTEXPR bool const c_bExtractSupported = true;
         static CDS_CONSTEXPR bool const c_bLoadFactorDepended = false;
-        static CDS_CONSTEXPR bool const c_erase_with_supported = false;
-        static CDS_CONSTEXPR bool const c_extract_with_supported = false;
     };
 
     struct tag_MultiLevelHashMap;
 
     template <typename Key, typename Value>
-    struct map_type< map2::tag_MultiLevelHashMap, Key, Value >: public map_type_base< Key, Value >
+    struct map_type< tag_MultiLevelHashMap, Key, Value >: public map_type_base< Key, Value >
     {
         typedef map_type_base< Key, Value > base_class;
         typedef typename base_class::compare    compare;