summaryrefslogtreecommitdiff
path: root/lib/core/c++
diff options
context:
space:
mode:
authorClaudius "keldu" Holeksa <mail@keldu.de>2026-01-23 12:43:57 +0100
committerClaudius "keldu" Holeksa <mail@keldu.de>2026-01-23 12:43:57 +0100
commitda656e3333ca98be9e80dbc63640598a392186f9 (patch)
treec390aee318b00bc8ed47111cf44d497a38319ad2 /lib/core/c++
parent0a8dd2541e20f59812db21e8bad069b50cf8ebaf (diff)
downloadlibs-lbm-da656e3333ca98be9e80dbc63640598a392186f9.tar.gz
Dangling changes and address boundary errors
Diffstat (limited to 'lib/core/c++')
-rw-r--r--lib/core/c++/chunk.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/core/c++/chunk.hpp b/lib/core/c++/chunk.hpp
index 6b028ba..1da2c9f 100644
--- a/lib/core/c++/chunk.hpp
+++ b/lib/core/c++/chunk.hpp
@@ -81,7 +81,7 @@ public:
}
static constexpr auto flat_size() {
- return data<InnerSchema,Encode>::flat_size();
+ return data<InnerSchema,Encode>::flat_dims();
}
};