AlexanderSaydakov commented on code in PR #458:
URL: https://github.com/apache/datasketches-cpp/pull/458#discussion_r2140661160
##########
tdigest/include/tdigest_impl.hpp:
##########
@@ -597,6 +597,24 @@ bool tdigest<T, A>::is_single_value() const {
return get_total_weight() == 1;
}
+template<typename T, typename A>
Review Comment:
why? what does this do differently compared to the implicit one?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]