From d3a0d0bed39e4da5e66a4fe0244c7cb111caee19 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Tue, 18 Mar 2025 15:27:43 +0100 Subject: wip. Something broken with default constructor --- c++/descriptor.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'c++') diff --git a/c++/descriptor.h b/c++/descriptor.h index 6a4488d..b005af2 100644 --- a/c++/descriptor.h +++ b/c++/descriptor.h @@ -78,6 +78,7 @@ template, Encode> final { public: using Schema = kel::lbm::sch::Cell; + using MetaSchema = typename meta_schema::MetaSchema; private: data, Encode> inner_; public: @@ -90,6 +91,9 @@ public: template class data, Encode> final { +public: + using Schema = kel::lbm::sch::Field; + using MetaSchema = typename meta_schema::MetaSchema; private: data, Encode> inner_; public: -- cgit v1.2.3