From 393b80e12e2067c23471b8a323651aa044f6d975 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 4 Jun 2015 15:30:37 +0300 Subject: [PATCH] Fixed split-list hash functor requirements in the doc --- cds/intrusive/details/split_list_base.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cds/intrusive/details/split_list_base.h b/cds/intrusive/details/split_list_base.h index 79ecbc20..6b748e6d 100644 --- a/cds/intrusive/details/split_list_base.h +++ b/cds/intrusive/details/split_list_base.h @@ -143,8 +143,7 @@ namespace cds { namespace intrusive { /** Hash function converts the key fields of struct \p T stored in the split list into hash value of type \p size_t that is an index in hash table. - - Hash typedef is mandatory and has no predefined one. + By default, \p std::hash is used. */ typedef opt::none hash; -- 2.34.1