From d2b59e48fbd8e619feec3198619f1611889666e9 Mon Sep 17 00:00:00 2001 From: khizmax Date: Thu, 10 Nov 2016 11:55:26 +0300 Subject: [PATCH] Fixed indentation --- cds/intrusive/details/feldman_hashset_base.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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< -- 2.34.1