From fae4a052c47c14e9dd6704200d4c0f90dda0384c Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 23 Oct 2025 11:20:41 +0200 Subject: Retabing --- lib/c++/descriptor.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/c++/descriptor.hpp b/lib/c++/descriptor.hpp index 034c9ce..2ba2c97 100644 --- a/lib/c++/descriptor.hpp +++ b/lib/c++/descriptor.hpp @@ -38,14 +38,15 @@ struct CellField< > { using Descriptor = Desc; using Schema = CellField...>>; - using MetaSchema = FixedArray; + using MetaSchema = FixedArray; }; template struct CellFieldStruct { using Schema = CellFieldStruct>; using InnerSchema = Struct; - using MetaSchema = FixedArray; + using MetaSchema = typename InnerSchema::MetaSchema; + // using MetaSchema = FixedArray; }; } -- cgit v1.2.3