Merged branch 'master' of https://github.com/Nemo1369/libcds
[libcds.git] / test / unit / striped-map / cuckoo_map.cpp
index 021ca9a6ce290758652034e3d57ebdd06cead2b5..bb4f60c77ce603fd572d4dd23756d4ed3cb38a3e 100644 (file)
@@ -1,7 +1,7 @@
 /*
     This file is a part of libcds - Concurrent Data Structures library
 
-    (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016
+    (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017
 
     Source code repo: http://github.com/khizmax/libcds/
     Download: http://sourceforge.net/projects/libcds/files/
@@ -148,7 +148,7 @@ namespace {
         > map_type;
 
         typename map_type::hash_tuple_type ht;
-        map_type m( std::move( ht ) );
+        map_type m( std::move( ht ));
         test( m );
     }
 
@@ -164,7 +164,7 @@ namespace {
         > map_type;
 
         typename map_type::hash_tuple_type ht;
-        map_type m( 32, 6, 0, std::move( ht ) );
+        map_type m( 32, 6, 0, std::move( ht ));
         test( m );
     }
 
@@ -180,7 +180,7 @@ namespace {
         > map_type;
 
         typename map_type::hash_tuple_type ht;
-        map_type m( std::move( ht ) );
+        map_type m( std::move( ht ));
         test( m );
     }
 
@@ -373,7 +373,7 @@ namespace {
         > map_type;
 
         typename map_type::hash_tuple_type ht;
-        map_type m( std::move( ht ) );
+        map_type m( std::move( ht ));
         test( m );
     }
 
@@ -390,7 +390,7 @@ namespace {
         > map_type;
 
         typename map_type::hash_tuple_type ht;
-        map_type m( 32, 6, 0, std::move( ht ) );
+        map_type m( 32, 6, 0, std::move( ht ));
         test( m );
     }
 
@@ -407,7 +407,7 @@ namespace {
         > map_type;
 
         typename map_type::hash_tuple_type ht;
-        map_type m( std::move( ht ) );
+        map_type m( std::move( ht ));
         test( m );
     }