Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Utilities/rANS/include/rANS/compat.h
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ class makeEncoder
template <typename source_T>
[[nodiscard]] inline static decltype(auto) fromSamples(gsl::span<const source_T> range, size_t renormingPrecision = 0)
{
auto histogram = makeDenseHistogram::template fromSamples(range);
auto histogram = makeDenseHistogram::fromSamples(range);
return makeEncoder::fromHistogram(std::move(histogram), renormingPrecision);
};

Expand Down Expand Up @@ -296,4 +296,4 @@ using decoder_type = decltype(makeDecoder::fromRenormed(RenormedDenseHistogram<s

} // namespace o2::rans::compat

#endif /* RANS_COMPAT_H_ */
#endif /* RANS_COMPAT_H_ */