From da656e3333ca98be9e80dbc63640598a392186f9 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 23 Jan 2026 12:43:57 +0100 Subject: Dangling changes and address boundary errors --- lib/core/c++/chunk.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/core/c++') 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::flat_size(); + return data::flat_dims(); } }; -- cgit v1.2.3