From b1a45e4e1c7ef45b95316443f67c8904a9d5b959 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 14 Apr 2026 16:53:21 +0200 Subject: Adding meta name for deprecation in future --- modules/codec/c++/data.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/codec/c++/data.hpp b/modules/codec/c++/data.hpp index a86598a..6a796f5 100644 --- a/modules/codec/c++/data.hpp +++ b/modules/codec/c++/data.hpp @@ -764,6 +764,10 @@ class data, encode::Native> { data,encode::Native> get_dims() const { return {dims_}; } + + constexpr data,encode::Native> meta() const { + return {dims_}; + } /** * Return the meta size -- cgit v1.2.3