MultiLevelHashSet test, bugfixing
[libcds.git] / tests / unit / set2 / set_type_std.h
index 927334db76efd948207a7710fc2d2ba6d796c600..fce1bc722e90706d4007555d928b915a150764e2 100644 (file)
@@ -107,6 +107,7 @@ namespace set2 {
         // for testing
         static CDS_CONSTEXPR bool const c_bExtractSupported = false;
         static CDS_CONSTEXPR bool const c_bLoadFactorDepended = false;
+        static CDS_CONSTEXPR bool const c_bEraseExactKey = true;
     };
 
     template <typename Value, typename Less, typename Lock,