Remove trailing spaces
[libcds.git] / tests / unit / map2 / map_delodd.cpp
index a63abd323069df01e3a3f03fe6fd6e8d88580b7a..4eb1512d284e36a9a9718a9b44b8fb5f656ad7c5 100644 (file)
@@ -101,8 +101,11 @@ namespace std {
     };
 } // namespace std
 
-/*
 namespace boost {
+    inline size_t hash_value( map2::key_thread const& k )
+    {
+        return std::hash<size_t>()( k.nKey );
+    }
     template <>
     struct hash<map2::key_thread>
     {
@@ -119,7 +122,6 @@ namespace boost {
         }
     };
 } // namespace boost
-*/
 
 namespace map2 {