X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=blobdiff_plain;f=cds%2Fcontainer%2Fdetails%2Ffeldman_hashmap_base.h;h=a6dbab0766a3c59aab39ad36a1b81ea7a73c251a;hp=995414a2443942e92c4feb9533f4bbeb29404e2d;hb=dd527e913731ce28ff1a6cea10bdabfd507ef856;hpb=af81a44dfd339424c3a9e796b1e0e3c0a34416ca diff --git a/cds/container/details/feldman_hashmap_base.h b/cds/container/details/feldman_hashmap_base.h index 995414a2..a6dbab07 100644 --- a/cds/container/details/feldman_hashmap_base.h +++ b/cds/container/details/feldman_hashmap_base.h @@ -1,7 +1,7 @@ /* This file is a part of libcds - Concurrent Data Structures library - (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016 + (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2017 Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ @@ -152,6 +152,12 @@ namespace cds { namespace container { */ static CDS_CONSTEXPR size_t const hash_size = 0; + /// Hash splitter + /** + @copydetails cds::intrusive::feldman_hashset::traits::hash_splitter + */ + typedef cds::opt::none hash_splitter; + /// Hash comparing functor /** @copydetails cds::intrusive::feldman_hashset::traits::compare