From 3b767b4a64619476758f3484da9e7a536470b2e2 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sat, 8 May 2021 22:40:23 +0300 Subject: [PATCH] Fix strange code --- src/Common/HyperLogLogCounter.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Common/HyperLogLogCounter.h b/src/Common/HyperLogLogCounter.h index e32619b509e..5e74020ab3d 100644 --- a/src/Common/HyperLogLogCounter.h +++ b/src/Common/HyperLogLogCounter.h @@ -80,7 +80,7 @@ template struct MinCounterType /// Denominator of expression for HyperLogLog algorithm. template -class __attribute__ ((packed)) Denominator; +class Denominator; /// Returns true if rank storage is big. constexpr bool isBigRankStore(UInt8 precision) @@ -115,7 +115,7 @@ struct IntermediateDenominator -class __attribute__ ((packed)) Denominator> { @@ -159,7 +159,7 @@ private: /// Used when rank storage is big. template -class __attribute__ ((packed)) details::Denominator> {