Fixed gcc incompatibility
authorkhizmax <khizmax@gmail.com>
Wed, 3 Aug 2016 09:24:47 +0000 (12:24 +0300)
committerkhizmax <khizmax@gmail.com>
Wed, 3 Aug 2016 09:24:47 +0000 (12:24 +0300)
cds/container/impl/iterable_kvlist.h

index a483c57fdac4166b7f64b143c5ca29d0d9915753..19d2615aa2486e81ad6fff416a3ff10c6df9505a 100644 (file)
@@ -151,7 +151,7 @@ namespace cds { namespace container {
         typedef typename maker::cxx_data_allocator cxx_data_allocator;
 
         template <typename Less>
         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>;
 
         template <bool IsConst>
         using iterator_type = typename base_class::template iterator_type<IsConst>;