From: khizmax Date: Thu, 4 Jun 2015 12:30:37 +0000 (+0300) Subject: Fixed split-list hash functor requirements in the doc X-Git-Tag: v2.1.0~214 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=393b80e12e2067c23471b8a323651aa044f6d975;p=libcds.git Fixed split-list hash functor requirements in the doc --- 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;