projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f68f30
)
bugfix
author
khizmax
<libcds.dev@gmail.com>
Sun, 30 Nov 2014 12:23:46 +0000
(15:23 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Sun, 30 Nov 2014 12:23:46 +0000
(15:23 +0300)
tests/test-hdr/set/hdr_intrusive_set.h
patch
|
blob
|
history
diff --git
a/tests/test-hdr/set/hdr_intrusive_set.h
b/tests/test-hdr/set/hdr_intrusive_set.h
index
7be89a2
..
65d78ce
100644
(file)
--- a/
tests/test-hdr/set/hdr_intrusive_set.h
+++ b/
tests/test-hdr/set/hdr_intrusive_set.h
@@
-51,7
+51,7
@@
namespace set {
{}
base_int_item(const base_int_item& v )
- : Node(
v
)
+ : Node()
, stat()
, nKey( v.nKey )
, nVal( v.nVal )