bugfix
authorkhizmax <libcds.dev@gmail.com>
Sun, 30 Nov 2014 12:23:46 +0000 (15:23 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 30 Nov 2014 12:23:46 +0000 (15:23 +0300)
tests/test-hdr/set/hdr_intrusive_set.h

index 7be89a2c5a593379ed2d733d05110ceedc2e4342..65d78ce0aa5c774dabec994fc9e18f9f5b5a50cc 100644 (file)
@@ -51,7 +51,7 @@ namespace set {
             {}
 
             base_int_item(const base_int_item& v )
-                : Node( v )
+                : Node()
                 , stat()
                 , nKey( v.nKey )
                 , nVal( v.nVal )