diff options
| author | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-15 19:11:42 +0200 |
|---|---|---|
| committer | Claudius "keldu" Holeksa <mail@keldu.de> | 2026-04-15 19:11:42 +0200 |
| commit | 6d4dbbd5cafce3435ca4c7aae020ba17e5a89b87 (patch) | |
| tree | bcf93a7e475dff5b1a7797a271c94d1a45782c37 /modules/codec/c++/data.hpp | |
| parent | b1a45e4e1c7ef45b95316443f67c8904a9d5b959 (diff) | |
| download | forstio-forstio-6d4dbbd5cafce3435ca4c7aae020ba17e5a89b87.tar.gz | |
Diffstat (limited to 'modules/codec/c++/data.hpp')
| -rw-r--r-- | modules/codec/c++/data.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index 6a796f5..217a53f 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -657,9 +657,7 @@ class data<schema::Array<T,Dim>, encode::Native> { uint64_t s = 1; for(uint64_t iter = 0; iter < Dim; ++iter){ - auto& dim_iter = dims_.at(data<schema::UInt64>{iter}); - s *= dim_iter.get(); } |
