From: khizmax Date: Sun, 19 Feb 2017 20:27:24 +0000 (+0300) Subject: Fixed compiler error X-Git-Tag: v2.3.0~167 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=dd527e913731ce28ff1a6cea10bdabfd507ef856;p=libcds.git Fixed compiler error --- diff --git a/cds/container/details/feldman_hashmap_base.h b/cds/container/details/feldman_hashmap_base.h index 584d3063..a6dbab07 100644 --- a/cds/container/details/feldman_hashmap_base.h +++ b/cds/container/details/feldman_hashmap_base.h @@ -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