From: khizmax Date: Wed, 3 Aug 2016 09:24:47 +0000 (+0300) Subject: Fixed gcc incompatibility X-Git-Tag: v2.2.0~157 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f3edf94e7ee02b802cdc1f052e2bb5c8edd0e84e;p=libcds.git Fixed gcc incompatibility --- diff --git a/cds/container/impl/iterable_kvlist.h b/cds/container/impl/iterable_kvlist.h index a483c57f..19d2615a 100644 --- 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 - using less_wrapper = typename maker::less_wrapper< Less >; + using less_wrapper = typename maker::template less_wrapper< Less >; template using iterator_type = typename base_class::template iterator_type;