From: khizmax Date: Thu, 10 Nov 2016 08:55:26 +0000 (+0300) Subject: Fixed indentation X-Git-Tag: v2.2.0~75 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=libcds.git;a=commitdiff_plain;h=d2b59e48fbd8e619feec3198619f1611889666e9 Fixed indentation --- diff --git a/cds/intrusive/details/feldman_hashset_base.h b/cds/intrusive/details/feldman_hashset_base.h index fda03d7d..94902af2 100644 --- a/cds/intrusive/details/feldman_hashset_base.h +++ b/cds/intrusive/details/feldman_hashset_base.h @@ -354,10 +354,9 @@ namespace cds { namespace intrusive { /// Hash type deduced from \p hash_accessor return type typedef typename std::decay< typename std::remove_reference< - decltype(hash_accessor()(std::declval())) + decltype(hash_accessor()(std::declval())) >::type >::type hash_type; - //typedef typename std::result_of< hash_accessor( std::declval()) >::type hash_type; static_assert(!std::is_pointer::value, "hash_accessor should return a reference to hash value"); typedef typename cds::opt::details::make_comparator_from<