X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=cds%2Fintrusive%2Fsplit_list_nogc.h;h=966f5da3aea33bf038ab936ccaaa5431ea18da3f;hb=6924946ceeaae28bc227fe7c9d8e939963bb9d69;hp=68c0d250fb294b7187a8cc42b7422f9e7130f5e1;hpb=49c0aa6b50ba412f206f06419adf1bf2213ae373;p=libcds.git diff --git a/cds/intrusive/split_list_nogc.h b/cds/intrusive/split_list_nogc.h index 68c0d250..966f5da3 100644 --- a/cds/intrusive/split_list_nogc.h +++ b/cds/intrusive/split_list_nogc.h @@ -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& val){ f(item, val.val ); })); + [&f](value_type& item, split_list::details::search_value_type& v){ f(item, v.val ); })); } aux_node_type * alloc_aux_node( size_t nHash )