projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f932991
)
Fixed gcc 4.8 incompatibility
author
khizmax
<libcds.dev@gmail.com>
Wed, 1 Jun 2016 05:21:14 +0000
(08:21 +0300)
committer
khizmax
<libcds.dev@gmail.com>
Wed, 1 Jun 2016 05:21:14 +0000
(08:21 +0300)
test/unit/list/test_kv_list_nogc.h
patch
|
blob
|
history
diff --git
a/test/unit/list/test_kv_list_nogc.h
b/test/unit/list/test_kv_list_nogc.h
index aff834afdcd507aca4cd1ca972332b46da1ccf7c..26352e05193f17d7af91a3bb47acd6cb9ddf448d 100644
(file)
--- a/
test/unit/list/test_kv_list_nogc.h
+++ b/
test/unit/list/test_kv_list_nogc.h
@@
-167,7
+167,7
@@
namespace cds_test {
ASSERT_CONTAINER_SIZE( l, 0 );
// insert/find
- for (
auto
const& i : arr ) {
+ for (
key_val
const& i : arr ) {
EXPECT_TRUE( l.contains( i.key ) == l.end());
EXPECT_TRUE( l.contains( key_type( i.key )) == l.end());
EXPECT_TRUE( l.contains( other_key( i.key ), other_less()) == l.end());