projects
/
libcds.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed explicit ctor bugs in stress tests
[libcds.git]
/
test
/
stress
/
set
/
insdel_find
/
set_insdelfind.h
diff --git
a/test/stress/set/insdel_find/set_insdelfind.h
b/test/stress/set/insdel_find/set_insdelfind.h
index
5989ba4
..
a877830
100644
(file)
--- a/
test/stress/set/insdel_find/set_insdelfind.h
+++ b/
test/stress/set/insdel_find/set_insdelfind.h
@@
-107,6
+107,8
@@
namespace set {
unsigned int i = 0;
size_t const nNormalize = size_t(-1) / ( fixture.s_nSetSize * 2);
+ typedef typename Set::value_type value_type;
+
size_t nRand = 0;
while ( !time_elapsed()) {
nRand = cds::bitop::RandXorShift(nRand);