Fixed -Wshadow warnings
[libcds.git] / cds / intrusive / split_list_nogc.h
index 68c0d250fb294b7187a8cc42b7422f9e7130f5e1..966f5da3aea33bf038ab936ccaaa5431ea18da3f 100644 (file)
@@ -582,7 +582,7 @@ namespace cds { namespace intrusive {
             aux_node_type * pHead = get_bucket( nHash );
             assert( pHead != nullptr );
             return m_Stat.onFind( m_List.find_at( pHead, sv, cmp,
-                [&f](value_type& item, split_list::details::search_value_type<Q>& val){ f(item, val.val ); }));
+                [&f](value_type& item, split_list::details::search_value_type<Q>& v){ f(item, v.val ); }));
         }
 
         aux_node_type * alloc_aux_node( size_t nHash )