diff --git a/Utilities/rANS/include/rANS/compat.h b/Utilities/rANS/include/rANS/compat.h index a4917246eb455..982428a1d69a9 100644 --- a/Utilities/rANS/include/rANS/compat.h +++ b/Utilities/rANS/include/rANS/compat.h @@ -201,7 +201,7 @@ class makeEncoder template [[nodiscard]] inline static decltype(auto) fromSamples(gsl::span range, size_t renormingPrecision = 0) { - auto histogram = makeDenseHistogram::template fromSamples(range); + auto histogram = makeDenseHistogram::fromSamples(range); return makeEncoder::fromHistogram(std::move(histogram), renormingPrecision); }; @@ -296,4 +296,4 @@ using decoder_type = decltype(makeDecoder::fromRenormed(RenormedDenseHistogram