From ccc40ada33a1941d28066fb69c502dbd591c4a5e Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Wed, 28 Feb 2024 18:53:15 +0100 Subject: codec: Fixed use --- modules/codec/c++/data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index 41df095..e812c20 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -197,7 +197,7 @@ class data, encode::Native> { } public: data(){ - std::fill(dims_.begin(), dims_.end(), {}); + std::fill(dims_.begin(), dims_.end(), 0u); value_.resize(get_full_size()); } -- cgit v1.2.3