We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0776ca commit 39e0eb9Copy full SHA for 39e0eb9
Utilities/rANS/include/rANS/compat.h
@@ -201,7 +201,7 @@ class makeEncoder
201
template <typename source_T>
202
[[nodiscard]] inline static decltype(auto) fromSamples(gsl::span<const source_T> range, size_t renormingPrecision = 0)
203
{
204
- auto histogram = makeDenseHistogram::template fromSamples(range);
+ auto histogram = makeDenseHistogram::fromSamples(range);
205
return makeEncoder::fromHistogram(std::move(histogram), renormingPrecision);
206
};
207
@@ -296,4 +296,4 @@ using decoder_type = decltype(makeDecoder::fromRenormed(RenormedDenseHistogram<s
296
297
} // namespace o2::rans::compat
298
299
-#endif /* RANS_COMPAT_H_ */
+#endif /* RANS_COMPAT_H_ */
0 commit comments