Fixed compiler error
authorkhizmax <libcds.dev@gmail.com>
Sun, 26 Feb 2017 19:04:09 +0000 (22:04 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 26 Feb 2017 19:04:09 +0000 (22:04 +0300)
test/stress/set/iteration/set_iteration_feldman_hashset.cpp
test/stress/set/set_type_feldman_hashset.h

index fb0ff3af4a4ea1839b243ea2c136a110ff2574b1..3371dd9a41bfaa9d5e6244da4c4c18035c042ca5 100644 (file)
@@ -33,7 +33,7 @@
 
 namespace set {
 
-    CDSSTRESS_FeldmanHashSet_stdhash_quick( Set_Iteration, run_test_extract, std::string, Set_Iteration::value_type )
-    CDSSTRESS_FeldmanHashSet_city_quick( Set_Iteration, run_test_extract, std::string, Set_Iteration::value_type )
+    CDSSTRESS_FeldmanHashSet_stdhash( Set_Iteration, run_test_extract, std::string, Set_Iteration::value_type )
+    CDSSTRESS_FeldmanHashSet_city( Set_Iteration, run_test_extract, std::string, Set_Iteration::value_type )
 
 } // namespace set
index c85f4d25d359d7cbf1192fa7791961cf5cf14e79..5937602fd84f6c8d9132beefb077682e1f8e0bb2 100644 (file)
@@ -421,7 +421,6 @@ namespace set {
 #define CDSSTRESS_FeldmanHashSet_stdhash( fixture, test_case, key_type, value_type ) \
     CDSSTRESS_FeldmanHashSet_stdhash_HP( fixture, test_case, key_type, value_type ) \
     CDSSTRESS_FeldmanHashSet_stdhash_RCU( fixture, test_case, key_type, value_type ) \
-    CDSSTRESS_FeldmanHashSet_stdhash_rcu_gpi( fixture, test_case, key_type, value_type ) \
 
 #if CDS_BUILD_BITS == 64
 #   define CDSSTRESS_FeldmanHashSet_city_rcu_gpi( fixture, test_case, key_type, value_type ) \
@@ -454,7 +453,6 @@ namespace set {
 #   define CDSSTRESS_FeldmanHashSet_city( fixture, test_case, key_type, value_type ) \
         CDSSTRESS_FeldmanHashSet_city_HP( fixture, test_case, key_type, value_type ) \
         CDSSTRESS_FeldmanHashSet_city_RCU( fixture, test_case, key_type, value_type ) \
-        CDSSTRESS_FeldmanHashSet_city_rcu_gpi( fixture, test_case, key_type, value_type ) \
 
 
 #else