summaryrefslogtreecommitdiff
path: root/modules/codec/c++/data.hpp
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2024-02-28 18:54:46 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2024-02-28 18:54:46 +0100
commitfea651acf01608fc4f18839f9e989d1e48e2d6d3 (patch)
tree59e06756eb4488436b8f942c2263d465a425ae63 /modules/codec/c++/data.hpp
parentccc40ada33a1941d28066fb69c502dbd591c4a5e (diff)
codec: full size does not work in zero case
Diffstat (limited to 'modules/codec/c++/data.hpp')
-rw-r--r--modules/codec/c++/data.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp
index e812c20..aabcde6 100644
--- a/modules/codec/c++/data.hpp
+++ b/modules/codec/c++/data.hpp
@@ -198,7 +198,6 @@ class data<schema::Array<T,Dim>, encode::Native> {
public:
data(){
std::fill(dims_.begin(), dims_.end(), 0u);
- value_.resize(get_full_size());
}
SAW_DEFAULT_COPY(data);