Merged branch 'master' of https://github.com/Nemo1369/libcds
[libcds.git] / test / unit / striped-map / cuckoo_map.cpp
index c623fe5f676afc4e0a59427c6e3a5fbba35c3179..bb4f60c77ce603fd572d4dd23756d4ed3cb38a3e 100644 (file)
@@ -1,11 +1,11 @@
 /*
     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/
-    
+
     Redistribution and use in source and binary forms, with or without
     modification, are permitted provided that the following conditions are met:
 
@@ -25,7 +25,7 @@
     SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
     CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
     OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.     
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
 #include "test_map.h"
@@ -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 );
     }
 
@@ -256,7 +256,7 @@ namespace {
                 ,cc::cuckoo::probeset_type< cc::cuckoo::list >
                 ,cc::cuckoo::store_hash< true >
             >::type
-        > map_type; 
+        > map_type;
 
         typename map_type::hash_tuple_type ht;
         map_type m( 32, 6, 0, std::move( ht ));
@@ -273,7 +273,7 @@ namespace {
                 ,cc::cuckoo::probeset_type< cc::cuckoo::vector<6>>
                 ,cc::cuckoo::store_hash< true >
             >::type
-        > map_type; 
+        > map_type;
 
         typename map_type::hash_tuple_type ht;
         map_type m( std::move( ht ));
@@ -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 );
     }
 
@@ -488,7 +488,7 @@ namespace {
                 ,cc::cuckoo::probeset_type< cc::cuckoo::list >
                 ,cc::cuckoo::store_hash< true >
             >::type
-        > map_type; 
+        > map_type;
 
         typename map_type::hash_tuple_type ht;
         map_type m( 32, 6, 0, std::move( ht ));
@@ -506,7 +506,7 @@ namespace {
                 ,cc::cuckoo::probeset_type< cc::cuckoo::vector<6>>
                 ,cc::cuckoo::store_hash< true >
             >::type
-        > map_type; 
+        > map_type;
 
         typename map_type::hash_tuple_type ht;
         map_type m( std::move( ht ));