projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed8f14e
)
Fixed gcc incompatibility
author
khizmax
<khizmax@gmail.com>
Wed, 3 Aug 2016 09:24:47 +0000
(12:24 +0300)
committer
khizmax
<khizmax@gmail.com>
Wed, 3 Aug 2016 09:24:47 +0000
(12:24 +0300)
cds/container/impl/iterable_kvlist.h
patch
|
blob
|
history
diff --git
a/cds/container/impl/iterable_kvlist.h
b/cds/container/impl/iterable_kvlist.h
index
a483c57
..
19d2615
100644
(file)
--- a/
cds/container/impl/iterable_kvlist.h
+++ b/
cds/container/impl/iterable_kvlist.h
@@
-151,7
+151,7
@@
namespace cds { namespace container {
typedef typename maker::cxx_data_allocator cxx_data_allocator;
template <typename Less>
- using less_wrapper = typename maker::less_wrapper< Less >;
+ using less_wrapper = typename maker::
template
less_wrapper< Less >;
template <bool IsConst>
using iterator_type = typename base_class::template iterator_type<IsConst>;