issue #76: added cds::atomicity::cache_friendly_item_counter to avoid false sharing
[libcds.git] / test / stress / map / map_type_michael.h
index 988b73803197179d47043613c7b5d8b6cb592b52..bcab5ad256875e346cc79e50b346ceaac0787c70 100644 (file)
@@ -85,6 +85,7 @@ namespace map {
         struct traits_MichaelMap_hash :
             public cc::michael_map::make_traits<
                 co::hash< hash >
+                ,co::item_counter< cds::atomicity::cache_friendly_item_counter >
             >::type
         {};