Added different bit_reversal algo to SplitListSet/Map stress test
[libcds.git] / test / include / cds_test / stat_flat_combining_out.h
index df06d9f80e54f65e0d1c8079c743c7855f08b389..d9ace9ba226faedc7ab2eb65d7d6a7d0fffebc2c 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/
@@ -43,7 +43,7 @@ namespace cds_test {
     static inline property_stream& operator <<( property_stream& o, cds::algo::flat_combining::stat<> const& s )
     {
         return o
-            << CDSSTRESS_STAT_OUT_( "combining_factor", s.combining_factor() )
+            << CDSSTRESS_STAT_OUT_( "combining_factor", s.combining_factor())
             << CDSSTRESS_STAT_OUT( s, m_nOperationCount )
             << CDSSTRESS_STAT_OUT( s, m_nCombiningCount )
             << CDSSTRESS_STAT_OUT( s, m_nCompactPublicationList )