Fix error

This commit is contained in:
Alexey Milovidov 2021-05-08 21:16:25 +03:00
parent 52bea2630b
commit 2b4f4e08c3

View File

@ -115,7 +115,7 @@ struct IntermediateDenominator<HashValueType, DenominatorType, DenominatorMode::
/// Satisfiable when rank storage is small enough.
template <UInt8 precision, int max_rank, typename HashValueType, typename DenominatorType,
DenominatorMode denominator_mode>
class __attribute__ ((packed)) details::Denominator<precision, max_rank, HashValueType, DenominatorType,
class __attribute__ ((packed)) Denominator<precision, max_rank, HashValueType, DenominatorType,
denominator_mode,
std::enable_if_t<!details::isBigRankStore(precision) || !(denominator_mode == DenominatorMode::StableIfBig)>>
{