Fixed tests
authorkhizmax <libcds.dev@gmail.com>
Mon, 28 Dec 2015 04:30:22 +0000 (07:30 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 28 Dec 2015 04:30:22 +0000 (07:30 +0300)
tests/unit/map2/map_delodd.h
tests/unit/set2/set_delodd.h

index 10009ae87bb759ceaae54d2920f3d9fe2e9d906a..f94d30c1e829a092746a4e392716e329bce0172c 100644 (file)
@@ -13,10 +13,12 @@ namespace map2 {
         {
             uint32_t  nKey;
             uint16_t  nThread;
+            uint16_t  pad_;
 
             key_thread( size_t key, size_t threadNo )
                 : nKey( static_cast<uint32_t>(key))
                 , nThread( static_cast<uint16_t>(threadNo))
+                , pad_(0)
             {}
 
             key_thread()
index fe5108be806fc505b34bb12e2ddbfa3b202832ce..99a20a1ab7677f8694c94d1b0181ad69dc461282 100644 (file)
@@ -12,10 +12,12 @@ namespace set2 {
         {
             uint32_t  nKey;
             uint16_t  nThread;
+            uint16_t  pad_;
 
             key_thread( size_t key, size_t threadNo )
                 : nKey( static_cast<uint32_t>(key))
                 , nThread( static_cast<uint16_t>(threadNo))
+                , pad_(0)
             {}
 
             key_thread()