This commit is contained in:
Alexey Milovidov 2021-05-08 23:07:19 +03:00
parent e81eadab59
commit f6be177540

View File

@ -21,6 +21,7 @@ namespace ErrorCodes
namespace
{
/// TODO Proper support for Decimal256.
template <typename T, typename LimitNumberOfElements>
struct MovingSum
{