From 995ad27b18e843059bdeb41d26d0eb1c5dffd139 Mon Sep 17 00:00:00 2001 From: Claudius Holeksa Date: Tue, 2 May 2023 18:50:12 +0200 Subject: codec: Added fixed size array to basic schema --- forstio/codec/schema.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/forstio/codec/schema.h b/forstio/codec/schema.h index 915e4eb..b23aaa1 100644 --- a/forstio/codec/schema.h +++ b/forstio/codec/schema.h @@ -28,6 +28,8 @@ struct Union...> {}; template struct Array {}; +template FixedArray {}; + template struct Tuple {}; struct String {}; -- cgit v1.2.3