From cd0a54353e804368d98e3765ade8654bb8452088 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 22 Jan 2026 14:05:46 +0100 Subject: type mismatch --- modules/codec/c++/data.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/codec/c++') diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index 3122b4b..3aab554 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -371,7 +371,7 @@ public: } constexpr data* flat_data() { - if constexpr (flat_dims() == 0u) { + if constexpr (flat_dims().get() == 0u) { return nullptr; } return &value_[0u]; -- cgit v1.2.3