Merge branch 'ldionne-ldionne-cmake' into dev
[libcds.git] / test / unit / striped-set / cuckoo_set.cpp
index a01f2d61bbf5516e4e4d4197e480971fbaceaf4f..cde2e7d738a7cb3e9face6e6cee60a9c5015f1ff 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_set.h"
@@ -148,7 +148,7 @@ namespace {
         > set_type;
 
         typename set_type::hash_tuple_type ht;
-        set_type s( std::move( ht ) );
+        set_type s( std::move( ht ));
         test( s );
     }
 
@@ -164,7 +164,7 @@ namespace {
         > set_type;
 
         typename set_type::hash_tuple_type ht;
-        set_type s( 32, 6, 0, std::move( ht ) );
+        set_type s( 32, 6, 0, std::move( ht ));
         test( s );
     }
 
@@ -180,7 +180,7 @@ namespace {
         > set_type;
 
         typename set_type::hash_tuple_type ht;
-        set_type s( std::move( ht ) );
+        set_type s( std::move( ht ));
         test( s );
     }
 
@@ -256,7 +256,7 @@ namespace {
                 ,cc::cuckoo::probeset_type< cc::cuckoo::list >
                 ,cc::cuckoo::store_hash< true >
             >::type
-        > set_type; 
+        > set_type;
 
         typename set_type::hash_tuple_type ht;
         set_type s( 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
-        > set_type; 
+        > set_type;
 
         typename set_type::hash_tuple_type ht;
         set_type s( std::move( ht ));
@@ -373,7 +373,7 @@ namespace {
         > set_type;
 
         typename set_type::hash_tuple_type ht;
-        set_type s( std::move( ht ) );
+        set_type s( std::move( ht ));
         test( s );
     }
 
@@ -390,7 +390,7 @@ namespace {
         > set_type;
 
         typename set_type::hash_tuple_type ht;
-        set_type s( 32, 6, 0, std::move( ht ) );
+        set_type s( 32, 6, 0, std::move( ht ));
         test( s );
     }
 
@@ -407,7 +407,7 @@ namespace {
         > set_type;
 
         typename set_type::hash_tuple_type ht;
-        set_type s( std::move( ht ) );
+        set_type s( std::move( ht ));
         test( s );
     }
 
@@ -488,7 +488,7 @@ namespace {
                 ,cc::cuckoo::probeset_type< cc::cuckoo::list >
                 ,cc::cuckoo::store_hash< true >
             >::type
-        > set_type; 
+        > set_type;
 
         typename set_type::hash_tuple_type ht;
         set_type s( 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
-        > set_type; 
+        > set_type;
 
         typename set_type::hash_tuple_type ht;
         set_type s( std::move( ht ));